cohtml::Net::UnitySyncStreamReader

Inherits from cohtml.Net.ISyncStreamReader, cohtml.Net.IStreamReader, SystemIDisposable

Public Functions

Name
virtual override voidDispose()
virtual uintGetSize()
virtual uintRead(uint offset, global::System.IntPtr buffer, uint count)
virtual voidClose()
UnitySyncStreamReader()
delegate uintSwigDelegateUnitySyncStreamReader_0(global::System.IntPtr swigId)
delegate uintSwigDelegateUnitySyncStreamReader_1(uint offset, global::System.IntPtr buffer, uint count, global::System.IntPtr swigId)
delegate voidSwigDelegateUnitySyncStreamReader_2(global::System.IntPtr swigId)

Additional inherited members

Protected Attributes inherited from cohtml.Net.IStreamReader

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual override void Dispose()

Reimplements: cohtml::Net::ISyncStreamReader::Dispose

function GetSize

virtual uint GetSize()

Reimplements: cohtml::Net::IStreamReader::GetSize

function Read

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

Reimplements: cohtml::Net::IStreamReader::Read

function Close

virtual void Close()

Reimplements: cohtml::Net::IStreamReader::Close

function UnitySyncStreamReader

UnitySyncStreamReader()

function SwigDelegateUnitySyncStreamReader_0

delegate uint SwigDelegateUnitySyncStreamReader_0(
    global::System.IntPtr swigId
)

function SwigDelegateUnitySyncStreamReader_1

delegate uint SwigDelegateUnitySyncStreamReader_1(
    uint offset,
    global::System.IntPtr buffer,
    uint count,
    global::System.IntPtr swigId
)

function SwigDelegateUnitySyncStreamReader_2

delegate void SwigDelegateUnitySyncStreamReader_2(
    global::System.IntPtr swigId
)