| 程序包 | 说明 | 
|---|---|
| io.netty.buffer | 
 Benchmarks for  
io.netty.buffer. | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
AbstractByteBuf
A skeletal implementation of a buffer. 
 | 
class  | 
AbstractDerivedByteBuf
已过时。 
 
Do not use. 
 | 
class  | 
AbstractReferenceCountedByteBuf
Abstract base class for  
ByteBuf implementations that count references. | 
class  | 
ByteBuf
A random and sequential accessible sequence of zero or more bytes (octets). 
 | 
class  | 
CompositeByteBuf
A virtual buffer which shows multiple buffers as a single merged buffer. 
 | 
class  | 
DuplicatedByteBuf
已过时。 
 
Do not use. 
 | 
class  | 
EmptyByteBuf
An empty  
ByteBuf whose capacity and maximum capacity are all 0. | 
class  | 
ReadOnlyByteBuf
已过时。 
 
Do not use. 
 | 
class  | 
SlicedByteBuf
已过时。 
 
Do not use. 
 | 
class  | 
SwappedByteBuf
已过时。 
 
use the Little Endian accessors, e.g.  
getShortLE, getIntLE
 instead. | 
class  | 
UnpooledDirectByteBuf
A NIO  
ByteBuffer based buffer. | 
class  | 
UnpooledHeapByteBuf
Big endian Java heap buffer implementation. 
 | 
class  | 
UnpooledUnsafeDirectByteBuf
A NIO  
ByteBuffer based buffer. | 
class  | 
UnpooledUnsafeHeapByteBuf
Big endian Java heap buffer implementation. 
 |