DataFormatBaseReaderInterface Member List

This is the complete list of members for DataFormatBaseReaderInterface , including all inherited members.

CloseInput () DataFormatBaseReaderInterface
MAXON_ADD_TO_REFERENCE_CLASS (Result< void > ResetMaybeCloseInput() { Result< void > res=OK;if(this->GetPointer()) { if(System::GetReferenceCounter(this->GetPointer())==1) res=this->GetPointer() ->CloseInput();this->ResetReference();} return res;}) DataFormatBaseReaderInterface
MAXON_INTERFACE (DataFormatBaseReaderInterface, MAXON_REFERENCE_NORMAL, "net.maxon.interface.dataformatbasereader") DataFormatBaseReaderInterface private
ReadData (void *data, Int dataSize, Int elementCount) DataFormatBaseReaderInterface
ReadDataEOS (void *data, Int dataSize, Int elementCount) DataFormatBaseReaderInterface