Method | Description | |
---|---|---|
BigEndianBinaryReader ( System input ) : System | ||
BigEndianBinaryReader ( System input, System encoding ) : System | ||
ReadInt16 ( ) : short | ||
ReadInt32 ( ) : int | ||
ReadUInt16 ( ) : ushort | ||
ReadUInt32 ( ) : uint |
Method | Description | |
---|---|---|
FillBuff ( int totalBytes ) : void |
public BigEndianBinaryReader ( System input ) : System | ||
input | System | |
return | System |
public BigEndianBinaryReader ( System input, System encoding ) : System | ||
input | System | |
encoding | System | |
return | System |