|
| Name | Description |
|---|
.gif) .gif) .gif) | Close | Closes the current reader and the underlying stream. |
.gif) .gif) .gif) | Dispose | Releases the unmanaged resources used by the BinaryReader and optionally releases the managed resources. |
.gif) .gif) .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
.gif) .gif) .gif) | FillBuffer | Fills the internal buffer with the specified number of bytes read from the stream. |
.gif) .gif) .gif) | Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
.gif) .gif) .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
.gif) .gif) .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) |
.gif) .gif) .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
.gif) .gif) .gif) | PeekChar | Returns the next available character and does not advance the byte or character position. |
.gif) .gif) .gif) | Read | Overloaded. Reads characters from the underlying stream and advances the current position of the stream. |
.gif) .gif) .gif) | Read7BitEncodedInt | Reads in a 32-bit integer in compressed format. |
.gif) .gif) .gif) | ReadBoolean | Reads a Boolean value from the current stream and advances the current position of the stream by one byte. |
.gif) .gif) .gif) | ReadByte | Reads the next byte from the current stream and advances the current position of the stream by one byte. |
.gif) .gif) .gif) | ReadBytes | Reads count bytes from the current stream into a byte array and advances the current position by count bytes. |
.gif) .gif) .gif) | ReadChar | Reads the next character from the current stream and advances the current position of the stream in accordance with the Encoding used and the specific character being read from the stream. |
.gif) .gif) .gif) | ReadChars | Reads count characters from the current stream, returns the data in a character array, and advances the current position in accordance with the Encoding used and the specific character being read from the stream. |
.gif) .gif) .gif) | ReadDecimal | Reads a decimal value from the current stream and advances the current position of the stream by sixteen bytes. |
.gif) .gif) .gif) | ReadDouble | Reads an 8-byte floating point value from the current stream and advances the current position of the stream by eight bytes. |
.gif) .gif) .gif) | ReadInt16 | Reads a 2-byte signed integer from the current stream and advances the current position of the stream by two bytes. |
.gif) .gif) .gif) | ReadInt32 | Reads a 4-byte signed integer from the current stream and advances the current position of the stream by four bytes. |
.gif) .gif) .gif) | ReadInt64 | Reads an 8-byte signed integer from the current stream and advances the current position of the stream by eight bytes. |
.gif) .gif) .gif) | ReadSByte | Reads a signed byte from this stream and advances the current position of the stream by one byte. |
.gif) .gif) .gif) | ReadSingle | Reads a 4-byte floating point value from the current stream and advances the current position of the stream by four bytes. |
.gif) .gif) .gif) | ReadString | Reads a string from the current stream. The string is prefixed with the length, encoded as an integer seven bits at a time. |
.gif) .gif) .gif) | ReadUInt16 | Reads a 2-byte unsigned integer from the current stream using little-endian encoding and advances the position of the stream by two bytes. |
.gif) .gif) .gif) | ReadUInt32 | Reads a 4-byte unsigned integer from the current stream and advances the position of the stream by four bytes. |
.gif) .gif) .gif) | ReadUInt64 | Reads an 8-byte unsigned integer from the current stream and advances the position of the stream by eight bytes. |
.gif) .gif) .gif) | ToString | Returns a String that represents the current Object. (Inherited from Object.) |