cohtml::Net::IFileManipulator

Inherits from SystemIDisposable

Inherited by cohtml.Net.IFileSystemReader

Public Functions

Name
virtual voidDispose()
virtual boolEnumerateFolder(string path)
virtual stringNextFile()
virtual IStreamReaderOpenFile(string path)

Protected Attributes

Name
boolswigCMemOwn

Public Functions Documentation

function Dispose

virtual void Dispose()

Reimplemented by: cohtml::Net::UnityFileSystemReader::Dispose, cohtml::Net::IFileSystemReader::Dispose

function EnumerateFolder

virtual bool EnumerateFolder(
    string path
)

Reimplemented by: cohtml::Net::UnityFileSystemReader::EnumerateFolder

function NextFile

virtual string NextFile()

Reimplemented by: cohtml::Net::UnityFileSystemReader::NextFile

function OpenFile

virtual IStreamReader OpenFile(
    string path
)

Reimplemented by: cohtml::Net::UnityFileSystemReader::OpenFile

Protected Attributes Documentation

variable swigCMemOwn

bool swigCMemOwn;