Uses of Package
com.esotericsoftware.kryo.io
Packages that use com.esotericsoftware.kryo.io
Package
Description
-
Classes in com.esotericsoftware.kryo.io used by com.esotericsoftware.kryo
-
Classes in com.esotericsoftware.kryo.io used by com.esotericsoftware.kryo.ioClassDescriptionAn InputStream that reads data from a byte array and optionally fills the byte array from another InputStream as needed.Best attempt adapter for
DataInput
.A kryo implementation ofDataOutput
.An OutputStream that buffers data in a byte array and optionally flushes to another OutputStream. -
Classes in com.esotericsoftware.kryo.io used by com.esotericsoftware.kryo.serializersClassDescriptionAn InputStream that reads data from a byte array and optionally fills the byte array from another InputStream as needed.A kryo implementation of
ObjectInput
.A kryo adapter for theObjectOutput
class.An OutputStream that buffers data in a byte array and optionally flushes to another OutputStream. -
Classes in com.esotericsoftware.kryo.io used by com.esotericsoftware.kryo.util