The IC1StreamReader type exposes the following members.

Methods

  NameDescription
Public methodClose
Closes the stream.
Public methodPeek
Peeks the current byte.
Public methodRead()()()()
Reads a byte from the stream.
Public methodRead(array<Char>[]()[][], Int32, Int32)
Reads a block from the file.
Public methodReadBlock
Reads a block from the file.
Public methodReadLine
Read a line from the file.
Public methodReadToEnd
Read all the content of the file into a strng.

Properties

  NameDescription
Public propertyBaseStream
Returns the base stream.
Public propertyCurrentEncoding
Returns the current encoding of the stream.
Public propertyEndOfStream
Returns true if the stream is at the end of stream.

See Also