dispose method
Releases all resources used by this DocumentReader.
Implementation
void dispose() {
if (_disposable) {
documentSDK.id3DocumentReader_Dispose(_pHandle);
calloc.free(_pHandle);
_finalizer.detach(this);
}
}
Releases all resources used by this DocumentReader.
void dispose() {
if (_disposable) {
documentSDK.id3DocumentReader_Dispose(_pHandle);
calloc.free(_pHandle);
_finalizer.detach(this);
}
}