public interface InputShim
org.apache.tinkerpop.shaded.kryo.io.Input
-like abstraction.
See that class for method documentation.Modifier and Type | Method and Description |
---|---|
byte |
readByte() |
byte[] |
readBytes(int size) |
double |
readDouble() |
int |
readInt() |
long |
readLong() |
String |
readString() |
byte readByte()
byte[] readBytes(int size)
String readString()
long readLong()
int readInt()
double readDouble()
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.