Abstract class representing a data stream; used as the base for DFile
class DStreamBase;
dfile.h
|
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 |
|
Method |
|
abstract |
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|