Skip to content
SiteEmail

cohtml.Net.ISyncStreamReader

Class for synchronously reading local resources.

Inherits from cohtml.Net.IStreamReader, SystemIDisposable

Inherited by cohtml.Net.UnitySyncStreamReader

Name
virtual override voidDispose()

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
virtual override void Dispose()

Reimplements: cohtml.Net.IStreamReader.Dispose

Reimplemented by: cohtml.Net.UnitySyncStreamReader.Dispose