Méthode |
Description |
|
ReadHeaderWireFormat ( InputStream @in, byte buffer, int bufferIndex ) : int |
|
|
ReadInt2 ( byte src, int srcIndex ) : int |
|
|
ReadInt4 ( byte src, int srcIndex ) : int |
|
|
ReadLength ( byte src, int srcIndex ) : int |
|
|
ReadPacketType ( InputStream @in, byte buffer, int bufferIndex ) : int |
|
|
ReadTrailerWireFormat ( InputStream @in, byte buffer, int bufferIndex ) : int |
|
|
ReadWireFormat ( InputStream @in, byte buffer, int bufferIndex ) : int |
|
|
Readn ( InputStream @in, byte b, int off, int len ) : int |
|
|
WriteHeaderWireFormat ( byte dst, int dstIndex ) : int |
|
|
WriteInt2 ( int val, byte dst, int dstIndex ) : void |
|
|
WriteInt4 ( int val, byte dst, int dstIndex ) : void |
|
|
WriteTrailerWireFormat ( byte dst, int dstIndex ) : int |
|
|