Class KryoObjectInput
java.lang.Object
com.esotericsoftware.kryo.io.KryoDataInput
com.esotericsoftware.kryo.io.KryoObjectInput
- All Implemented Interfaces:
DataInput, ObjectInput, AutoCloseable
A kryo implementation of
ObjectInput. Note that this is not an implementation of ObjectInputStream
which has special handling for serialization in Java such as support for readResolve.-
Field Summary
FieldsFields inherited from class KryoDataInput
input -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class KryoDataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, setInput, skipBytesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface DataInput
readBoolean, readByte, readChar, readDouble, readFloat, readFully, readFully, readInt, readLine, readLong, readShort, readUnsignedByte, readUnsignedShort, readUTF, skipBytes
-
Field Details
-
kryo
-
-
Constructor Details
-
KryoObjectInput
-
-
Method Details
-
readObject
- Specified by:
readObjectin interfaceObjectInput- Throws:
ClassNotFoundExceptionIOException
-
read
- Specified by:
readin interfaceObjectInput- Throws:
IOException
-
read
- Specified by:
readin interfaceObjectInput- Throws:
IOException
-
read
- Specified by:
readin interfaceObjectInput- Throws:
IOException
-
skip
- Specified by:
skipin interfaceObjectInput- Throws:
IOException
-
available
- Specified by:
availablein interfaceObjectInput- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceObjectInput- Throws:
IOException
-