Method | Description | |
---|---|---|
Flush ( ) : void | ||
ReadBool ( ) : bool | ||
ReadByte ( ) : byte | ||
ReadBytes ( ) : byte[] | ||
ReadBytes ( int count ) : byte[] | ||
ReadDecimal ( ) : decimal | ||
ReadDouble ( ) : double | ||
ReadInt16 ( ) : short | ||
ReadInt32 ( ) : int | ||
ReadInt64 ( ) : long | ||
ReadSByte ( ) : sbyte | ||
ReadSingle ( ) : float | ||
ReadString ( |
||
ReadUInt16 ( ) : ushort | ||
ReadUInt32 ( ) : uint | ||
ReadUInt64 ( ) : ulong | ||
StreamValueReader ( Stream stream ) : System |
public ReadString ( |
||
encoding | ||
return | string |
public StreamValueReader ( Stream stream ) : System | ||
stream | Stream | |
return | System |