Class | Description |
---|---|
ByteBuff |
An abstract class that abstracts out as to how the byte buffers are used,
either single or multiple.
|
MultiByteBuff |
Provides a unified view of all the underlying ByteBuffers and will look as if a bigger
sequential buffer.
|
SingleByteBuff |
An implementation of ByteBuff where a single BB backs the BBI.
|
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.