| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DataInput
| Method Summary | |
|---|---|
 byte[] | 
array()
 | 
 int | 
arrayOffset()
 | 
 int | 
getUnsignedByte()
 | 
 int | 
readableBytes()
 | 
 void | 
readBytes(byte[] buf)
 | 
 int | 
readerIndex()
 | 
 int | 
readInt()
 | 
 int | 
readUnsignedByte()
 | 
 int | 
readUnsignedShort()
 | 
 void | 
skipBytes(int size)
 | 
 ByteBuffer[] | 
toByteBuffers(int index,
              int length)
 | 
| Method Detail | 
|---|
ByteBuffer[] toByteBuffers(int index,
                           int length)
int readInt()
void readBytes(byte[] buf)
int readUnsignedShort()
int readUnsignedByte()
int getUnsignedByte()
byte[] array()
int arrayOffset()
int readerIndex()
void skipBytes(int size)
int readableBytes()
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||