The C1FileStream type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | Close |
Closes the file stream.
(Overrides Stream..::..Close()()()().) |
![]() | Dispose |
Disposes the file stream.
(Overrides Stream..::..Dispose(Boolean).) |
![]() | Finalize |
Destructor.
(Overrides Object..::..Finalize()()()().) |
![]() | Flush()()()() |
Flushes the buffered bytes to the file.
(Overrides Stream..::..Flush()()()().) |
![]() | Flush(Boolean) |
Flushes the buffered bytes to the file.
|
![]() | Read |
Reads a block of bytes from the file stream.
(Overrides Stream..::..Read(array<Byte>[]()[][], Int32, Int32).) |
![]() | ReadByte |
Reads a byte form the file stream.
(Overrides Stream..::..ReadByte()()()().) |
![]() | Seek |
Seeks to a position in the file stream.
(Overrides Stream..::..Seek(Int64, SeekOrigin).) |
![]() | SetLength |
Sets the length of the file in bytes.
(Overrides Stream..::..SetLength(Int64).) |
![]() | Write |
Writes a block of bytes to the file stream.
(Overrides Stream..::..Write(array<Byte>[]()[][], Int32, Int32).) |
![]() | WriteByte |
Writes a byte to the file stream.
(Overrides Stream..::..WriteByte(Byte).) |