|
|
virtual bool | operator== (void *rhs)=0 |
|
virtual bool | operator!= (void *rhs)=0 |
|
virtual int | close ()=0 |
|
virtual void | rewind ()=0 |
|
virtual int | eof ()=0 |
|
virtual bool | isOpen ()=0 |
|
virtual unsigned int | write (const void *buffer, unsigned int size)=0 |
|
virtual int | read (void *buffer, unsigned int size)=0 |
|
virtual int64_t | tell ()=0 |
|
virtual bool | seek (int64_t offset, int origin)=0 |
| void | setBuffered (bool buffered) |
| virtual bool | attemptRecoverySync (bool(*checkSignature)(void *data), int length) |
Definition at line 23 of file FileType.h.
◆ FileType()
◆ ~FileType()
◆ attemptRecoverySync()
| bool FileType::attemptRecoverySync |
( |
bool(* | checkSignature )(void *data), |
|
|
int | length ) |
|
virtual |
◆ setBuffered()
| void FileType::setBuffered |
( |
bool | buffered | ) |
|
Definition at line 34 of file FileType.cpp.
35{
36 myUsingBuffer = buffered;
37}
◆ myUsingBuffer
| bool FileType::myUsingBuffer |
|
protected |
The documentation for this class was generated from the following files: