Function | Description |
---|---|
= | Initializes the object to refer to the same file as another |
Access to Directories and Symbolic Links | |
Constructor and Destructor | |
BFile | |
BFile() | Constructor |
~BFile() | Destructor |
Function Summary | |
GetSize() | Returns the size of the file's data portion |
InitCheck() | Returns the status of the most recent initialization |
Initializing and Opening | |
IsReadable() | Tests if the BFile was initialized to read from the file |
IsWritable() | Tests if the BFile was initialized to write to the file |
Member Functions | |
Operators | |
Position() | Returns the location of the file pointer |
ReadAt() | Reads from an arbitrary file position |
Read() | Reads from the current file position |
Seek() | Sets the location of the file pointer |
SetSize() | Sets the size of the file's data portion |
SetTo() | Initializes the object to another file |
Unset() | Uninitializes the object |
WriteAt() | Writes to an arbitrary file position |
Write() | Writes to the current file position |
The Storage Kit Table of Contents | The Storage Kit Index |
Copyright © 2000 Be, Inc. All rights reserved..