

File: dfile.h
Namespace: dtSearch
Syntax




Methods
|
Name |
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 |


|
Name |
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 |


![]() |
Method |
![]() |
abstract |


Abstract class representing a data stream; used as the base for DFile


