The IC1StreamReader type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Close |
Closes the stream.
| |
| Peek |
Peeks the current byte.
| |
| Read()()()() |
Reads a byte from the stream.
| |
| Read(array<Char>[]()[][], Int32, Int32) |
Reads a block from the file.
| |
| ReadBlock |
Reads a block from the file.
| |
| ReadLine |
Read a line from the file.
| |
| ReadToEnd |
Read all the content of the file into a strng.
|
Properties
| Name | Description | |
|---|---|---|
| BaseStream |
Returns the base stream.
| |
| CurrentEncoding |
Returns the current encoding of the stream.
| |
| EndOfStream |
Returns true if the stream is at the end of stream.
|