The IC1FileStream type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Close |
Closes the file stream.
| |
| Flush()()()() |
Flushes the buffered bytes to the file.
| |
| Flush(Boolean) |
Flushes the buffered bytes to the file.
| |
| Read |
Reads a block of bytes from the file stream.
| |
| ReadByte |
Reads a byte form the file stream.
| |
| Seek |
Seeks to a position in the file stream.
| |
| SetLength |
Sets the length of the file in bytes.
| |
| Write |
Writes a block of bytes to the file stream.
| |
| WriteByte |
Writes a byte to the file stream.
|