Discuss this help topic in SecureBlackbox Forum
This event is fired when TElBZip2Reader needs a stream for extracted data.
Declaration
[Java]
TSBBzip2ExtractionStreamNeededEvent getOnExtractionStreamNeeded();
void setOnExtractionStreamNeeded(TSBBzip2ExtractionStreamNeededEvent Value);
TSBBzip2ExtractionStreamNeededEvent.Callback OnExtractionStreamNeeded = new TSBBzip2ExtractionStreamNeededEvent.Callback() {
public TElStream TSBBzip2ExtractionStreamNeededEventCallback(TObject arg0) {
//...
}
}
Parameters
- Stream - the stream to which the data should be extracted.
Description
This event is fired by TElBZip2Reader when a stream is required to extract the data.
Reference to the stream should be passed via the Stream parameter.
Discuss this help topic in SecureBlackbox Forum