Uses of Interface
com.esotericsoftware.kryo.util.Pool.Poolable
-
Packages that use Pool.Poolable Package Description com.esotericsoftware.kryo.io com.esotericsoftware.kryo.unsafe -
-
Uses of Pool.Poolable in com.esotericsoftware.kryo.io
Classes in com.esotericsoftware.kryo.io that implement Pool.Poolable Modifier and Type Class Description classByteBufferInputAnInputthat uses a ByteBuffer rather than a byte[].classByteBufferOutputAnOutputthat uses a ByteBuffer rather than a byte[].classInputAn InputStream that reads data from a byte[] and optionally fills the byte[] from another InputStream as needed.classInputChunkedAnInputthat reads lengths and chunks of data from another OutputStream, allowing chunks to be skipped.classOutputAn OutputStream that writes data to a byte[] and optionally flushes to another OutputStream.classOutputChunkedAnOutputthat writes the length before each flush. -
Uses of Pool.Poolable in com.esotericsoftware.kryo.unsafe
Classes in com.esotericsoftware.kryo.unsafe that implement Pool.Poolable Modifier and Type Class Description classUnsafeByteBufferInputAByteBufferInputthat reads data from direct ByteBuffer (off-heap memory) using sun.misc.Unsafe.classUnsafeByteBufferOutputAByteBufferOutputthat writes data to a direct ByteBuffer (off-heap memory) using sun.misc.Unsafe.classUnsafeInputAnInputthat reads data from a byte[] using sun.misc.Unsafe.classUnsafeOutputAnOutputthat reads data using sun.misc.Unsafe.
-