Method |
Description |
|
Buffer ( ) : System |
|
|
Buffer ( byte buffer ) : System |
|
|
Buffer ( int size ) : System |
|
|
ReadByte ( ) : int |
|
|
ReadByte ( int len ) : int |
|
|
ReadByte ( byte foo ) : void |
|
|
ReadInt ( ) : int |
|
|
ReadLong ( ) : long |
|
|
ReadMPInt ( ) : byte[] |
|
|
ReadMPIntBits ( ) : byte[] |
|
|
ReadString ( ) : byte[] |
|
|
Reset ( ) : void |
|
|
Shift ( ) : void |
|
|
WriteByte ( byte foo ) : void |
|
|
WriteByte ( byte foo, int begin, int length ) : void |
|
|
WriteInt ( int v ) : void |
|
|
WriteInt ( uint v ) : void |
|
|
WriteLong ( long v ) : void |
|
|
WriteMPInt ( byte foo ) : void |
|
|
WriteString ( String foo ) : void |
|
|
WriteString ( byte foo ) : void |
|
|
WriteString ( byte foo, int begin, int length ) : void |
|
|