The members of System.IO.BinaryReader are listed below.
See Also: Inherited members from System.Object
Public Constructors
| | Documentation for this section has not yet been entered. |
| | Documentation for this section has not yet been entered. |
Public Properties
[read-only] | BaseStream | Stream. Documentation for this section has not yet been entered. |
Public Methods
| 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. |
Protected Methods
| Dispose(bool)Documentation for this section has not yet been entered. |
| FillBuffer(int)Documentation for this section has not yet been entered. |
| Read7BitEncodedInt() : intDecodes a compressed integer (similar but not ASN.1 BER, nor Perl BER format). The bytes represent an integer in base 128, least significant digits first with as few digits as possible. The high bit (8) is set on each byte except the last. |
Explicitly Implemented Interface Members