The C1FileStream type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | CanRead |
Returns true if its possible to read from the stream.
(Overrides Stream..::..CanRead.) |
![]() | CanSeek |
Returns true if its possible to seek in the stream.
(Overrides Stream..::..CanSeek.) |
![]() | CanWrite |
Returns true if its possible to write to the stream.
(Overrides Stream..::..CanWrite.) |
![]() | Length |
Size of the file in bytes.
(Overrides Stream..::..Length.) |
![]() | Name |
Name of the file.
|
![]() | Position |
Gets or sets the current read/write position in the file stream.
(Overrides Stream..::..Position.) |