Uses of Package
com.esotericsoftware.kryo.io
-
Classes in com.esotericsoftware.kryo.io used by com.esotericsoftware.kryo Class Description Input An InputStream that reads data from a byte[] and optionally fills the byte[] from another InputStream as needed.Output An OutputStream that writes data to a byte[] and optionally flushes to another OutputStream. -
Classes in com.esotericsoftware.kryo.io used by com.esotericsoftware.kryo.io Class Description Input An InputStream that reads data from a byte[] and optionally fills the byte[] from another InputStream as needed.KryoDataInput ADataInputwhich reads from anInput.KryoDataOutput ADataOutputwhich writes data to anOutput.Output An OutputStream that writes data to a byte[] and optionally flushes to another OutputStream. -
Classes in com.esotericsoftware.kryo.io used by com.esotericsoftware.kryo.serializers Class Description Input An InputStream that reads data from a byte[] and optionally fills the byte[] from another InputStream as needed.Output An OutputStream that writes data to a byte[] and optionally flushes to another OutputStream. -
Classes in com.esotericsoftware.kryo.io used by com.esotericsoftware.kryo.unsafe Class Description ByteBufferInput AnInputthat uses a ByteBuffer rather than a byte[].ByteBufferOutput AnOutputthat uses a ByteBuffer rather than a byte[].Input An InputStream that reads data from a byte[] and optionally fills the byte[] from another InputStream as needed.Output An OutputStream that writes data to a byte[] and optionally flushes to another OutputStream. -
Classes in com.esotericsoftware.kryo.io used by com.esotericsoftware.kryo.util Class Description Input An InputStream that reads data from a byte[] and optionally fills the byte[] from another InputStream as needed.Output An OutputStream that writes data to a byte[] and optionally flushes to another OutputStream.