| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

public static interface AbstractNonBlockingStream.ISink
| Method Summary | |
|---|---|
|  void | append(ByteBuffer data) | 
|  void | append(ByteBuffer[] bufs)append a list of byte buffer to this sink. | 
|  ByteBuffer[] | copy() | 
|  ByteBuffer[] | drain()drain the sink | 
|  int | getSize()return the current size | 
|  boolean | isEmpty()returns true, if empty | 
|  void | reset()clean the sink | 
|  String | toString(String encoding) | 
| Method Detail | 
|---|
void reset()
boolean isEmpty()
int getSize()
void append(ByteBuffer data)
void append(ByteBuffer[] bufs)
bufs - the list of ByteBufferByteBuffer[] drain()
ByteBuffer[] copy()
String toString(String encoding)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||