cohtml::Net::IStreamReader

Inherits from SystemIDisposable

Inherited by cohtml.Net.ISyncStreamReader

Public Functions

Name
virtual voidDispose()
virtual uintGetSize()
virtual uintRead(uint offset, global::System.IntPtr buffer, uint count)
virtual voidClose()

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

Reimplemented by: cohtml::Net::UnitySyncStreamReader::Dispose, cohtml::Net::ISyncStreamReader::Dispose

function GetSize

virtual uint GetSize()

Reimplemented by: cohtml::Net::UnitySyncStreamReader::GetSize

function Read

virtual uint Read(
    uint offset,
    global::System.IntPtr buffer,
    uint count
)

Reimplemented by: cohtml::Net::UnitySyncStreamReader::Read

function Close

virtual void Close()

Reimplemented by: cohtml::Net::UnitySyncStreamReader::Close

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;