Method | Description | |
---|---|---|
IsText ( this data ) : System.Boolean | ||
ReadBytes ( this data, int count, int startIndex ) : byte[] | ||
ReadInt16 ( this data, int startIndex ) : |
||
ReadInt32 ( this data, int startIndex ) : |
||
ReadInt32BE ( this data, int startIndex ) : int | ||
ReadSingle ( this data, int startIndex ) : System.Single | ||
ReadSingleBE ( this data, int startIndex ) : System.Single | ||
ReadString ( this data, int startIndex, |
||
ReadStringList ( this data, int startIndex, |
Method | Description | |
---|---|---|
ReadStringInternal ( this data, int &startIndex, |
public static IsText ( this data ) : System.Boolean | ||
data | this | |
return | System.Boolean |
public static ReadBytes ( this data, int count, int startIndex ) : byte[] | ||
data | this | |
count | int | |
startIndex | int | |
return | byte[] |
public static ReadInt16 ( this data, int startIndex ) : |
||
data | this | |
startIndex | int | |
return |
public static ReadInt32 ( this data, int startIndex ) : |
||
data | this | |
startIndex | int | |
return |
public static ReadInt32BE ( this data, int startIndex ) : int | ||
data | this | |
startIndex | int | |
return | int |
public static ReadSingle ( this data, int startIndex ) : System.Single | ||
data | this | |
startIndex | int | |
return | System.Single |
public static ReadSingleBE ( this data, int startIndex ) : System.Single | ||
data | this | |
startIndex | int | |
return | System.Single |
public static ReadString ( this data, int startIndex, |
||
data | this | |
startIndex | int | |
encoding | ||
trim | bool | |
return | string |
public static ReadStringList ( this data, int startIndex, |
||
data | this | |
startIndex | int | |
encoding | ||
trim | bool | |
return | string[] |