Class ShadedInputAdapter
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
 
- 
- 
Constructor SummaryConstructors Constructor Description ShadedInputAdapter(org.apache.tinkerpop.shaded.kryo.io.Input shadedInput)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanreadBoolean()bytereadByte()byte[]readBytes(int size)doublereadDouble()intreadInt()longreadLong()shortreadShort()StringreadString()
 
- 
- 
- 
Method Detail- 
readStringpublic String readString() - Specified by:
- readStringin interface- InputShim
 
 - 
readDoublepublic double readDouble() - Specified by:
- readDoublein interface- InputShim
 
 - 
readBooleanpublic boolean readBoolean() - Specified by:
- readBooleanin interface- InputShim
 
 
- 
 
-