| 程序包 | 说明 | 
|---|---|
| org.jboss.netty.buffer | 
 Abstraction of a byte buffer - the fundamental data structure
 to represent a low-level binary and text message. 
 | 
| 限定符和类型 | 类和说明 | 
|---|---|
class  | 
DirectChannelBufferFactory
A  
ChannelBufferFactory which pre-allocates a large chunk of direct
 buffer and returns its slice on demand. | 
class  | 
HeapChannelBufferFactory
A  
ChannelBufferFactory which merely allocates a heap buffer with
 the specified capacity. |