#include <resources.h>
Inheritance diagram for os::ResStream::

Public Methods | |
| ~ResStream () | |
| std::string | GetName () const |
| Get the resource name. More... | |
| std::string | GetType () const |
| Get the resource mime-type. More... | |
| ssize_t | GetSize () const |
| Get the size of the resource. More... | |
| virtual ssize_t | Read (void *pBuffer, ssize_t nSize) |
| virtual ssize_t | Write (const void *pBuffer, ssize_t nSize) |
| virtual ssize_t | ReadPos (off_t nPos, void *pBuffer, ssize_t nSize) |
| virtual ssize_t | WritePos (off_t nPos, const void *pBuffer, ssize_t nSize) |
| virtual off_t | Seek (off_t nPos, int nMode) |
Friends | |
| class | Resources |
As the private constructor indicate you should never create instances of this class yourself.
|
|
|
|
|
|
|
|
|
|
|
|
|
|||||||||||||||
|
Reimplemented from os::StreamableIO. |
|
||||||||||||||||||||||
|
Reimplemented from os::SeekableIO. |
|
|||||||||||||||
|
Reimplemented from os::SeekableIO. |
|
|||||||||||||||
|
Reimplemented from os::StreamableIO. |
|
||||||||||||||||||||||
|
Reimplemented from os::SeekableIO. |
|
|
|
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001