Class ShadedInputAdapter
java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.gryo.kryoshim.shaded.ShadedInputAdapter
- All Implemented Interfaces:
InputShim
-
Constructor Details
-
ShadedInputAdapter
public ShadedInputAdapter(org.apache.tinkerpop.shaded.kryo.io.Input shadedInput)
-
-
Method Details
-
readShort
public short readShort() -
readByte
public byte readByte() -
readBytes
public byte[] readBytes(int size) -
readString
- Specified by:
readStringin interfaceInputShim
-
readLong
public long readLong() -
readInt
public int readInt() -
readDouble
public double readDouble()- Specified by:
readDoublein interfaceInputShim
-
readBoolean
public boolean readBoolean()- Specified by:
readBooleanin interfaceInputShim
-