Property | Type | Description | |
---|---|---|---|
BaseStream | Stream |
Method | Description | |
---|---|---|
Binary ( Stream s ) : System | ||
ReadByte ( ) : int | ||
ReadBytes ( int count ) : byte[] | ||
ReadBytes ( byte buff, int offset, int count ) : void | ||
ReadInt16 ( ) : short | ||
ReadInt32 ( ) : int | ||
ReadSingle ( ) : float | ||
ReadUInt16 ( ) : ushort | ||
ReadUInt32 ( ) : uint | ||
WriteByte ( byte x ) : void | ||
WriteBytes ( byte buff ) : void | ||
WriteInt16 ( short x ) : void | ||
WriteInt32 ( int x ) : void | ||
WriteSingle ( float x ) : void | ||
WriteUInt16 ( ushort x ) : void | ||
WriteUInt32 ( uint x ) : void |
Method | Description | |
---|---|---|
ReadBytesInternal ( int count ) : byte[] | ||
WriteBytesInternal ( byte buff ) : void |
public ReadBytes ( byte buff, int offset, int count ) : void | ||
buff | byte | |
offset | int | |
count | int | |
return | void |