Package com.esotericsoftware.kryo.unsafe
-
Class Summary Class Description UnsafeByteBufferInput AByteBufferInputthat reads data from direct ByteBuffer (off-heap memory) using sun.misc.Unsafe.UnsafeByteBufferOutput AByteBufferOutputthat writes data to a direct ByteBuffer (off-heap memory) using sun.misc.Unsafe.UnsafeInput AnInputthat reads data from a byte[] using sun.misc.Unsafe.UnsafeOutput AnOutputthat reads data using sun.misc.Unsafe.UnsafeUtil Utility methods for usingUnsafe.