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