| Class | Description |
|---|---|
| UnsafeByteBufferInput |
A
ByteBufferInput that reads data from direct ByteBuffer (off-heap memory) using sun.misc.Unsafe. |
| UnsafeByteBufferOutput |
A
ByteBufferOutput that writes data to a direct ByteBuffer (off-heap memory) using sun.misc.Unsafe. |
| UnsafeInput |
An
Input that reads data from a byte[] using sun.misc.Unsafe. |
| UnsafeOutput |
An
Output that reads data using sun.misc.Unsafe. |
| UnsafeUtil |
Utility methods for using
Unsafe. |
Copyright © 2019. All Rights Reserved.