File
File: dfile.h
Namespace: dtSearch
Syntax
Group
Members
Methods
Method |
Description |
---|---|
Returns true if the stream was opened with read access | |
Returns true if the stream supports seek() | |
Returns true if the stream was opened with write access | |
Return the length of the stream | |
Read data from the stream | |
Change the file position in the stream | |
Set the length of the stream | |
Return the current file position | |
Write data to the stream |
Methods
Method |
Description |
---|---|
Returns true if the stream was opened with read access | |
Returns true if the stream supports seek() | |
Returns true if the stream was opened with write access | |
Return the length of the stream | |
Read data from the stream | |
Change the file position in the stream | |
Set the length of the stream | |
Return the current file position | |
Write data to the stream |
Description
Abstract class representing a data stream; used as the base for DFile
Class Hierarchy
dtSearch::DStreamBase