cohtml.Net.ISyncStreamReader
Class for synchronously reading local resources.
Inherits from cohtml.Net.IStreamReader, SystemIDisposable
Inherited by cohtml.Net.UnitySyncStreamReader
Public Functions
Name | |
---|---|
virtual override void | Dispose() |
Additional inherited members
Public Functions inherited from cohtml.Net.IStreamReader
Name | |
---|---|
virtual uint | GetSize() Returns the file size. |
virtual uint | Read(uint offset, global.System.IntPtr buffer, uint count) Reads count bytes into buffer starting from offset. |
virtual void | Close() Marks this object as closed - it will no longer be used and its memory should be freed. |
Protected Attributes inherited from cohtml.Net.IStreamReader
Name | |
---|---|
bool | swigCMemOwn |
Public Functions Documentation
function Dispose
virtual override void Dispose()
Reimplements: cohtml.Net.IStreamReader.Dispose
Reimplemented by: cohtml.Net.UnitySyncStreamReader.Dispose