Method | Description | |
---|---|---|
ReadBytes ( Stream stream ) : byte[] | ||
ReadKey ( Stream stream ) : |
||
ReadKey ( byte firstByte, Stream stream ) : |
||
ReadString ( Stream stream ) : string | ||
SkipKey ( Stream stream, |
||
WriteBytes ( Stream stream, byte val ) : void | ||
WriteKey ( Stream stream, |
||
WriteString ( Stream stream, string val ) : void |
Method | Description | |
---|---|---|
ReadDouble ( BinaryReader reader ) : double | ||
ReadFixed32 ( BinaryReader reader ) : uint | ||
ReadFixed64 ( BinaryReader reader ) : ulong | ||
ReadFloat ( BinaryReader reader ) : float | ||
ReadSFixed32 ( BinaryReader reader ) : int | ||
ReadSFixed64 ( BinaryReader reader ) : long | ||
WriteDouble ( BinaryWriter writer, double val ) : void | ||
WriteFixed32 ( BinaryWriter writer, uint val ) : void | ||
WriteFixed64 ( BinaryWriter writer, ulong val ) : void | ||
WriteFloat ( BinaryWriter writer, float val ) : void | ||
WriteSFixed32 ( BinaryWriter writer, int val ) : void | ||
WriteSFixed64 ( BinaryWriter writer, long val ) : void |
public static ReadBytes ( Stream stream ) : byte[] | ||
stream | Stream | |
return | byte[] |
public static ReadKey ( Stream stream ) : |
||
stream | Stream | |
return |
public static ReadKey ( byte firstByte, Stream stream ) : |
||
firstByte | byte | |
stream | Stream | |
return |
public static ReadString ( Stream stream ) : string | ||
stream | Stream | |
return | string |
public static SkipKey ( Stream stream, |
||
stream | Stream | |
key | ||
return | void |
public static WriteBytes ( Stream stream, byte val ) : void | ||
stream | Stream | |
val | byte | |
return | void |
public static WriteKey ( Stream stream, |
||
stream | Stream | |
key | ||
return | void |
public static WriteString ( Stream stream, string val ) : void | ||
stream | Stream | |
val | string | |
return | void |