Uses of Class
com.esotericsoftware.kryo.io.ByteBufferInput
-
Packages that use ByteBufferInput Package Description com.esotericsoftware.kryo.unsafe -
-
Uses of ByteBufferInput in com.esotericsoftware.kryo.unsafe
Subclasses of ByteBufferInput in com.esotericsoftware.kryo.unsafe Modifier and Type Class Description class
UnsafeByteBufferInput
AByteBufferInput
that reads data from direct ByteBuffer (off-heap memory) using sun.misc.Unsafe.
-