Method |
Description |
|
BufferReader ( Encoding encoding, byte data ) : System |
|
|
BufferReader ( Encoding encoding, byte data, int offset, int limit ) : System |
|
|
Checksum16 ( ) : ushort |
|
|
Crc16 ( ) : ushort |
|
|
Crc16 ( int bytes ) : ushort |
|
|
Extract ( int bytes ) : BufferReader |
|
|
FormatBytes ( int bytes ) : string |
|
|
FormatRemaining ( ) : string |
|
|
GetBytes ( int bytes ) : ArraySegment |
|
|
ReadByteString ( int bytes ) : string |
|
|
ReadDateTime ( ) : DateTime |
|
|
ReadInt16 ( ) : short |
|
|
ReadInt32 ( ) : int |
|
|
ReadName ( ) : VssName |
|
|
ReadSignature ( int length ) : string |
|
|
ReadString ( int fieldSize ) : string |
|
|
Skip ( int bytes ) : void |
|
|