Method | Description | |
---|---|---|
ReadDWord ( this reader ) : uint | ||
ReadEChar ( this reader ) : sbyte | ||
ReadHChar ( this reader ) : ushort | ||
ReadHCharArray ( this reader, int count ) : ushort[] | ||
ReadHCharString ( this reader, int count ) : string | ||
ReadHUnit ( this reader ) : ushort | ||
ReadHUnit32 ( this reader ) : uint | ||
ReadHUnitArray ( this reader, int count ) : ushort[] | ||
ReadKChar ( this reader ) : byte | ||
ReadKCharArray ( this reader, int count ) : byte[] | ||
ReadKCharString ( this reader, int count ) : string | ||
ReadSBytes ( this reader, int count ) : sbyte[] | ||
ReadSDWord ( this reader ) : int | ||
ReadSHUnit ( this reader ) : short | ||
ReadSHUnit32 ( this reader ) : int | ||
ReadSWord ( this reader ) : short | ||
ReadWord ( this reader ) : ushort | ||
ReadWordArray ( this reader, int count ) : ushort[] | ||
TestStub ( ) : void |
public static ReadDWord ( this reader ) : uint | ||
reader | this | |
return | uint |
public static ReadEChar ( this reader ) : sbyte | ||
reader | this | |
return | sbyte |
public static ReadHChar ( this reader ) : ushort | ||
reader | this | |
return | ushort |
public static ReadHCharArray ( this reader, int count ) : ushort[] | ||
reader | this | |
count | int | |
return | ushort[] |
public static ReadHCharString ( this reader, int count ) : string | ||
reader | this | |
count | int | |
return | string |
public static ReadHUnit ( this reader ) : ushort | ||
reader | this | |
return | ushort |
public static ReadHUnit32 ( this reader ) : uint | ||
reader | this | |
return | uint |
public static ReadHUnitArray ( this reader, int count ) : ushort[] | ||
reader | this | |
count | int | |
return | ushort[] |
public static ReadKChar ( this reader ) : byte | ||
reader | this | |
return | byte |
public static ReadKCharArray ( this reader, int count ) : byte[] | ||
reader | this | |
count | int | |
return | byte[] |
public static ReadKCharString ( this reader, int count ) : string | ||
reader | this | |
count | int | |
return | string |
public static ReadSBytes ( this reader, int count ) : sbyte[] | ||
reader | this | |
count | int | |
return | sbyte[] |
public static ReadSDWord ( this reader ) : int | ||
reader | this | |
return | int |
public static ReadSHUnit ( this reader ) : short | ||
reader | this | |
return | short |
public static ReadSHUnit32 ( this reader ) : int | ||
reader | this | |
return | int |
public static ReadSWord ( this reader ) : short | ||
reader | this | |
return | short |
public static ReadWord ( this reader ) : ushort | ||
reader | this | |
return | ushort |
public static ReadWordArray ( this reader, int count ) : ushort[] | ||
reader | this | |
count | int | |
return | ushort[] |