DataFormatBaseWriterInterface Member List
This is the complete list of members for DataFormatBaseWriterInterface , including all inherited members.
CloseOutput () | DataFormatBaseWriterInterface | |
Flush () | DataFormatBaseWriterInterface | |
MAXON_ADD_TO_REFERENCE_CLASS (Result< void > ResetMaybeCloseOutput() { Result< void > res=OK;if(this->GetPointer()) { if(System::GetReferenceCounter(this->GetPointer())==1) res=this->GetPointer() ->CloseOutput();this->ResetReference();} return res;}) | DataFormatBaseWriterInterface | |
MAXON_INTERFACE (DataFormatBaseWriterInterface, MAXON_REFERENCE_NORMAL, "net.maxon.interface.dataformatbasewriter") | DataFormatBaseWriterInterface | private |
Write (const Block< const T > &data) | DataFormatBaseWriterInterface | |
WriteData (const void *data, Int dataSize, Int elementCount) | DataFormatBaseWriterInterface |