Property | Type | Description | |
---|---|---|---|
Dispose | void | ||
FillBuffer | void | ||
GetEncodingSize | int |
Method | Description | |
---|---|---|
Close ( ) : void | ||
Dispose ( ) : void | ||
EndianBinaryReader ( Stream baseStream ) : System | ||
EndianBinaryReader ( Stream baseStream, Endianness endianness ) : System | ||
ReadByte ( ) : byte | ||
ReadBytes ( int count ) : byte[] | ||
ReadChar ( |
||
ReadChars ( |
||
ReadDouble ( ) : double | ||
ReadDoubles ( int count ) : double[] | ||
ReadFx32 ( ) : System.Single | ||
ReadFx32s ( int count ) : System.Single[] | ||
ReadInt16 ( ) : |
||
ReadInt16s ( int count ) : System.Int16[] | ||
ReadInt32 ( ) : |
||
ReadInt32s ( int count ) : System.Int32[] | ||
ReadInt64 ( ) : System.Int64 | ||
ReadInt64s ( int count ) : System.Int64[] | ||
ReadSByte ( ) : sbyte | ||
ReadSBytes ( int count ) : sbyte[] | ||
ReadSingle ( ) : System.Single | ||
ReadSingles ( int count ) : System.Single[] | ||
ReadString ( |
||
ReadStringNT ( |
||
ReadUInt16 ( ) : |
||
ReadUInt16s ( int count ) : System.UInt16[] | ||
ReadUInt32 ( ) : |
||
ReadUInt32s ( int count ) : System.UInt32[] | ||
ReadUInt64 ( ) : System.UInt64 | ||
ReadUInt64s ( int count ) : System.UInt64[] |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
FillBuffer ( int bytes, int stride ) : void | ||
GetEncodingSize ( |
public EndianBinaryReader ( Stream baseStream ) : System | ||
baseStream | Stream | |
return | System |
public EndianBinaryReader ( Stream baseStream, Endianness endianness ) : System | ||
baseStream | Stream | |
endianness | Endianness | |
return | System |
public ReadChar ( |
||
encoding | ||
return | char |
public ReadChars ( |
||
encoding | ||
count | int | |
return | char[] |
public ReadFx32s ( int count ) : System.Single[] | ||
count | int | |
return | System.Single[] |
public ReadInt16s ( int count ) : System.Int16[] | ||
count | int | |
return | System.Int16[] |
public ReadInt32s ( int count ) : System.Int32[] | ||
count | int | |
return | System.Int32[] |
public ReadInt64s ( int count ) : System.Int64[] | ||
count | int | |
return | System.Int64[] |
public ReadSingles ( int count ) : System.Single[] | ||
count | int | |
return | System.Single[] |
public ReadString ( |
||
encoding | ||
count | int | |
return | string |
public ReadStringNT ( |
||
encoding | ||
return | string |
public ReadUInt16s ( int count ) : System.UInt16[] | ||
count | int | |
return | System.UInt16[] |
public ReadUInt32s ( int count ) : System.UInt32[] | ||
count | int | |
return | System.UInt32[] |
public ReadUInt64s ( int count ) : System.UInt64[] | ||
count | int | |
return | System.UInt64[] |