Method |
Description |
|
Advance ( int length ) : void |
|
|
ByteBuffer ( ) : System |
|
|
ByteBuffer ( byte buffer ) : System |
|
|
ByteBuffer ( int length ) : System |
|
|
ReadByte ( ) : byte |
|
|
ReadBytes ( int length ) : byte[] |
|
|
ReadCompressedInt32 ( ) : int |
|
|
ReadCompressedUInt32 ( ) : uint |
|
|
ReadDouble ( ) : double |
|
|
ReadInt16 ( ) : short |
|
|
ReadInt32 ( ) : int |
|
|
ReadInt64 ( ) : long |
|
|
ReadSByte ( ) : sbyte |
|
|
ReadSingle ( ) : float |
|
|
ReadUInt16 ( ) : ushort |
|
|
ReadUInt32 ( ) : uint |
|
|
ReadUInt64 ( ) : ulong |
|
|
WriteByte ( byte value ) : void |
|
|
WriteBytes ( ByteBuffer buffer ) : void |
|
|
WriteBytes ( byte bytes ) : void |
|
|
WriteBytes ( int length ) : void |
|
|
WriteCompressedInt32 ( int value ) : void |
|
|
WriteCompressedUInt32 ( uint value ) : void |
|
|
WriteDouble ( double value ) : void |
|
|
WriteInt16 ( short value ) : void |
|
|
WriteInt32 ( int value ) : void |
|
|
WriteInt64 ( long value ) : void |
|
|
WriteSByte ( sbyte value ) : void |
|
|
WriteSingle ( float value ) : void |
|
|
WriteUInt16 ( ushort value ) : void |
|
|
WriteUInt32 ( uint value ) : void |
|
|
WriteUInt64 ( ulong value ) : void |
|
|