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 voidDispose()

Additional inherited members

Public Functions inherited from cohtml.Net.IStreamReader

Name
virtual uintGetSize()
Returns the file size.
virtual uintRead(uint offset, global.System.IntPtr buffer, uint count)
Reads count bytes into buffer starting from offset.
virtual voidClose()
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
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual override void Dispose()

Reimplements: cohtml.Net.IStreamReader.Dispose

Reimplemented by: cohtml.Net.UnitySyncStreamReader.Dispose