Method | Description | |
---|---|---|
CheckEndianess ( this b ) : byte[] | ||
ReadBytesRequired ( this binRdr, int byteCount ) : byte[] | ||
ReadInt16EndianAware ( this binRdr ) : |
||
ReadInt32EndianAware ( this binRdr ) : |
||
ReadInt32PrefixedString ( this binRdr ) : string | ||
ReadInt64EndianAware ( this binRdr ) : System.Int64 | ||
ReadUInt16EndianAware ( this binRdr ) : |
||
ReadUInt32EndianAware ( this binRdr ) : |
||
ReadUInt64EndianAware ( this binRdr ) : System.UInt64 |
public static CheckEndianess ( this b ) : byte[] | ||
b | this | |
return | byte[] |
public static ReadBytesRequired ( this binRdr, int byteCount ) : byte[] | ||
binRdr | this | |
byteCount | int | |
return | byte[] |
public static ReadInt16EndianAware ( this binRdr ) : |
||
binRdr | this | |
return |
public static ReadInt32EndianAware ( this binRdr ) : |
||
binRdr | this | |
return |
public static ReadInt32PrefixedString ( this binRdr ) : string | ||
binRdr | this | |
return | string |
public static ReadInt64EndianAware ( this binRdr ) : System.Int64 | ||
binRdr | this | |
return | System.Int64 |
public static ReadUInt16EndianAware ( this binRdr ) : |
||
binRdr | this | |
return |
public static ReadUInt32EndianAware ( this binRdr ) : |
||
binRdr | this | |
return |
public static ReadUInt64EndianAware ( this binRdr ) : System.UInt64 | ||
binRdr | this | |
return | System.UInt64 |