Method |
Description |
|
Append ( byte buffer, int offset, int count ) : void |
|
|
ByteBuffer ( ) : System |
|
|
ByteBuffer ( Endian endian ) : System |
|
|
ByteBuffer ( FileSegment segment ) : System |
|
|
ByteBuffer ( FileSegment segment, Endian endian ) : System |
|
|
ByteBuffer ( byte data ) : System |
|
|
ByteBuffer ( byte data, Endian endian ) : System |
|
|
Chop ( int count ) : void |
|
|
Clear ( ) : void |
|
|
Clone ( ) : ByteBuffer |
|
|
CopyFrom ( Stream s, int count ) : int |
|
|
CopyTo ( Stream s ) : void |
|
|
CopyTo ( int srcOffset, Stream s, int dstOffset, int count ) : void |
|
|
CopyTo ( int srcOffset, byte buffer, int dstOffset, int count ) : void |
|
|
FromBytes ( byte bytes ) : void |
|
|
GetChunk ( int srcOffset, int count ) : byte[] |
|
|
GetString ( ) : string |
|
|
Preload ( ) : void |
|
|
SetString ( string val ) : void |
|
|
SetString ( string val, byte pad ) : void |
|
|
Swap ( int bytesToSwap ) : void |
|
|
Swap2 ( ) : void |
|
|
Swap4 ( ) : void |
|
|
Swap8 ( ) : void |
|
|
ToBytes ( ) : byte[] |
|
|
ToInt16s ( ) : short[] |
|
|
ToUInt16s ( ) : ushort[] |
|
|
ToUInt32s ( ) : uint[] |
|
|
Unload ( ) : void |
|
|