com.mmbreakfast.unlod.lod
Class PassThroughLodFileExtractor

java.lang.Object
  extended bycom.mmbreakfast.unlod.lod.Extractor
      extended bycom.mmbreakfast.unlod.lod.PassThroughLodFileExtractor

public class PassThroughLodFileExtractor
extends Extractor


Field Summary
private  boolean allowCancel
           
private  boolean cancelSignalled
           
protected  LodFile lodFile
           
 
Constructor Summary
PassThroughLodFileExtractor()
           
 
Method Summary
 boolean cancelExtraction()
           
 void decompress(LodEntry lodentry, byte[] data, OutputStream outputstream, ExtractionObserver extractionobserver, boolean bool)
           
 
Methods inherited from class com.mmbreakfast.unlod.lod.Extractor
compress, convert, decompress
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lodFile

protected LodFile lodFile

allowCancel

private boolean allowCancel

cancelSignalled

private boolean cancelSignalled
Constructor Detail

PassThroughLodFileExtractor

public PassThroughLodFileExtractor()
Method Detail

decompress

public void decompress(LodEntry lodentry,
                       byte[] data,
                       OutputStream outputstream,
                       ExtractionObserver extractionobserver,
                       boolean bool)

cancelExtraction

public boolean cancelExtraction()
Overrides:
cancelExtraction in class Extractor