Interface | Description |
---|---|
ByteBuffer |
A byte buffer that exposes the internal byte array with minimal copying.
|
ByteBufferFactory |
Used for building instances of
ByteBuffer . |
Class | Description |
---|---|
ByteBufferFactoryImpl | |
ByteBufferImpl |
A byte buffer that exposes the internal byte array with minimal copying
|
ByteBufferImpl.Externalizer | |
ExposedByteArrayOutputStream |
Extends ByteArrayOutputStream, but exposes the internal buffer.
|
SignedNumeric |
Variable length encoding for signed numbers, using the ZigZag technique
|
UnsignedNumeric |
Helper to read and write unsigned numerics
|
Copyright © 2017 JBoss, a division of Red Hat. All rights reserved.