Class KryoDataInput

java.lang.Object
com.esotericsoftware.kryo.io.KryoDataInput
All Implemented Interfaces:
DataInput
Direct Known Subclasses:
KryoObjectInput

public class KryoDataInput extends Object implements DataInput
Best attempt adapter for DataInput. Currently only readLine() is unsupported. Other methods behave slightly differently. For example, readUTF() may return a null string.