Method | Description | |
---|---|---|
EndianBinaryReader ( Stream input ) : System | ||
Read ( char buffer, int index, int count ) : int |
Method Read
|
|
ReadChar ( ) : char |
Method ReadChar
|
|
ReadChars ( int count ) : char[] |
Method ReadChars
|
|
ReadDouble ( ) : double | ||
ReadInt16 ( ) : short |
Method ReadInt16
|
|
ReadInt32 ( ) : int |
Method ReadInt32
|
|
ReadInt64 ( ) : long |
Method ReadInt64
|
|
ReadSingle ( ) : float | ||
ReadString ( ) : String |
Method ReadString
|
|
ReadString16 ( ) : String |
Method ReadString16, reads a String value encoded in the Java modified UTF-8 format with a length index encoded as a 16bit unsigned short.
|
|
ReadString32 ( ) : String |
Method ReadString32, reads a String value encoded in the Java modified UTF-8 format with a length index encoded as a singed integer value.
|
|
ReadUInt16 ( ) : ushort |
Method ReadUInt16
|
|
ReadUInt32 ( ) : uint |
Method ReadUInt32
|
|
ReadUInt64 ( ) : ulong |
Method ReadUInt64
|
Method | Description | |
---|---|---|
CreateDataFormatException ( ) : |
Method | Description | |
---|---|---|
doReadString ( int utfLength ) : string |
protected static CreateDataFormatException ( ) : |
||
return |
public EndianBinaryReader ( Stream input ) : System | ||
input | Stream | |
return | System |
public Read ( char buffer, int index, int count ) : int | ||
buffer | char | A char[] |
index | int | An int |
count | int | An int |
return | int |