BigEndianBinaryReader Class Members
In This Topic
The following tables list the members exposed by BigEndianBinaryReader.
Public Constructors
Public Methods
| Name | Description |
 | Dispose | Releases all resources used by the current instance of the BigEndianBinaryReader class. |
 | ReadBytes | Reads the specified number of bytes from the current stream into a byte array and advances the current position by that number of bytes. |
 | ReadInt16 | Reads a 2-byte signed integer from the current stream and advances the current position of the stream by four bytes. |
 | ReadInt32 | Reads a 4-byte signed integer from the current stream and advances the current position of the stream by four bytes. |
 | ReadInt32LE | Reads a 4-byte signed integer from the current stream using little-ending byte order and advances the current position of the stream by four bytes. |
 | ReadUInt16 | Reads a 2-byte unsigned integer from the current stream and advances the current position of the stream by four bytes. |
 | ReadUInt32 | Reads a 4-byte unsigned integer from the current stream and advances the current position of the stream by four bytes. |
Top
See Also