Class ShadedInputAdapter
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
-
-
Constructor Summary
Constructors Constructor Description ShadedInputAdapter(org.apache.tinkerpop.shaded.kryo.io.Input shadedInput)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
readBoolean()
byte
readByte()
byte[]
readBytes(int size)
double
readDouble()
int
readInt()
long
readLong()
short
readShort()
String
readString()
-
-
-
Method Detail
-
readString
public String readString()
- Specified by:
readString
in interfaceInputShim
-
readDouble
public double readDouble()
- Specified by:
readDouble
in interfaceInputShim
-
readBoolean
public boolean readBoolean()
- Specified by:
readBoolean
in interfaceInputShim
-
-