TrueZIP Driver ZIP 7.1

Uses of Class
de.schlichtherle.truezip.fs.archive.zip.ZipInputShop

Packages that use ZipInputShop
de.schlichtherle.truezip.fs.archive.zip The archive driver family for ZIP files. 
 

Uses of ZipInputShop in de.schlichtherle.truezip.fs.archive.zip
 

Subclasses of ZipInputShop in de.schlichtherle.truezip.fs.archive.zip
 class CheckedZipInputShop
          A ZipInputShop which checks the CRC-32 value for all ZIP entries.
 

Methods in de.schlichtherle.truezip.fs.archive.zip that return ZipInputShop
 ZipInputShop ZipDriver.newInputShop(FsModel model, InputSocket<?> input)
           The implementation in the class ZipDriver acquires a read only file from the given socket and forwards the call to ZipDriver.newZipInputShop(de.schlichtherle.truezip.fs.FsModel, de.schlichtherle.truezip.rof.ReadOnlyFile).
protected  ZipInputShop ZipDriver.newZipInputShop(FsModel model, ReadOnlyFile rof)
           
protected  ZipInputShop CheckedZipDriver.newZipInputShop(FsModel model, ReadOnlyFile rof)
           
protected  ZipInputShop CheckedReadOnlySfxDriver.newZipInputShop(FsModel model, ReadOnlyFile rof)
           
protected  ZipInputShop CheckedOdfDriver.newZipInputShop(FsModel model, ReadOnlyFile rof)
           
protected  ZipInputShop CheckedJarDriver.newZipInputShop(FsModel model, ReadOnlyFile rof)
           
 

Methods in de.schlichtherle.truezip.fs.archive.zip with parameters of type ZipInputShop
protected  ZipOutputShop ZipDriver.newZipOutputShop(FsModel model, OutputStream out, ZipInputShop source)
           
protected  ZipOutputShop ReadOnlySfxDriver.newZipOutputShop(FsModel model, OutputStream out, ZipInputShop source)
           
 

Constructors in de.schlichtherle.truezip.fs.archive.zip with parameters of type ZipInputShop
ZipOutputShop(ZipDriver driver, OutputStream out, ZipInputShop source)
           
 


TrueZIP Driver ZIP 7.1

Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.