cohtml::ISyncStreamReader
Class for synchronously reading local resources.
#include <ResourceHandler.h>
Inherits from renoir::IStreamReader
Public Functions
Section titled “Public Functions”| Name | |
|---|---|
| virtual | ~ISyncStreamReader() |
Protected Functions
Section titled “Protected Functions”| Name | |
|---|---|
| ISyncStreamReader() |
Additional inherited members
Section titled “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
Section titled “Public Functions Documentation”function ~ISyncStreamReader
Section titled “function ~ISyncStreamReader”virtual ~ISyncStreamReader()Protected Functions Documentation
Section titled “Protected Functions Documentation”function ISyncStreamReader
Section titled “function ISyncStreamReader”ISyncStreamReader()© 2026 Coherent Labs. All rights reserved.