cohtml::ISyncStreamReader
Class for synchronously reading local resources.
#include <ResourceHandler.h>
Inherits from renoir::IStreamReader
Public Functions
| Name | |
|---|---|
| virtual | ~ISyncStreamReader() |
Protected Functions
| Name | |
|---|---|
| ISyncStreamReader() |
Additional inherited members
Public Functions inherited from renoir::IStreamReader
| Name | |
|---|---|
| virtual | ~IStreamReader() |
| IStreamReader() | |
| virtual unsigned | GetSize() =0 Returns the file size. |
| virtual unsigned | Read(unsigned offset, unsigned char * buffer, unsigned count) =0 Reads count bytes into buffer starting from offset. |
| virtual void | Close() =0 Marks this object as closed - it will no longer be used and its memory should be freed. |
Public Functions Documentation
function ~ISyncStreamReader
virtual ~ISyncStreamReader()
Protected Functions Documentation
function ISyncStreamReader
ISyncStreamReader()