| Close()Closes the current instance of System.IO.BinaryReader, releasing any system resources associated with it. |
| PeekChar() : intDocumentation for this section has not yet been entered. |
| Read() : intDocumentation for this section has not yet been entered. |
| Read(byte[], int, int) : intDocumentation for this section has not yet been entered. |
| Read(char[], int, int) : intDocumentation for this section has not yet been entered. |
| ReadBoolean() : boolReads the next byte from the stream as boolean and advances the current position by one byte. |
| ReadByte() : byteReads the next byte from the stream and advances the current position by one byte. |
| ReadBytes(int) : byte[]Reads a maximum of count bytes from the stream and advances the current position by the number of bytes read. |
| ReadChar() : charReads the next character from the stream and advances the current position by one character. Current character encoding rules apply. |
| ReadChars(int) : char[]
Reads a maximum of count characters from the stream and advances the current position by the number of characters read. Current character encoding rules apply.
|
| ReadDecimal() : decimalDocumentation for this section has not yet been entered. |
| ReadDouble() : doubleDocumentation for this section has not yet been entered. |
| ReadInt16() : shortDocumentation for this section has not yet been entered. |
| ReadInt32() : intDocumentation for this section has not yet been entered. |
| ReadInt64() : longDocumentation for this section has not yet been entered. |
| ReadSByte() : sbyteDocumentation for this section has not yet been entered. |
| ReadSingle() : floatDocumentation for this section has not yet been entered. |
| ReadString() : stringDocumentation for this section has not yet been entered. |
| ReadUInt16() : ushortDocumentation for this section has not yet been entered. |
| ReadUInt32() : uintDocumentation for this section has not yet been entered. |
| ReadUInt64() : ulongDocumentation for this section has not yet been entered. |