Method | Description | |
---|---|---|
ReadInt16BE ( this reader ) : short | ||
ReadInt32BE ( this reader ) : int | ||
ReadInt64BE ( this reader ) : long | ||
ToSingleBE ( this reader ) : float |
Method | Description | |
---|---|---|
Reverse ( this array ) : byte[] |
public static ReadInt16BE ( this reader ) : short | ||
reader | this | |
return | short |
public static ReadInt32BE ( this reader ) : int | ||
reader | this | |
return | int |
public static ReadInt64BE ( this reader ) : long | ||
reader | this | |
return | long |
public static ToSingleBE ( this reader ) : float | ||
reader | this | |
return | float |