TrueZIP 6.8.3

Uses of Class
de.schlichtherle.util.zip.ExtraField

Packages that use ExtraField
de.schlichtherle.util.zip A drop-in replacement for the classes in the package java.util.zip which read and write ZIP files. 
 

Uses of ExtraField in de.schlichtherle.util.zip
 

Subclasses of ExtraField in de.schlichtherle.util.zip
(package private)  class DefaultExtraField
          Default implementation for an Extra Field in a Local or Central Header of a ZIP archive.
 

Methods in de.schlichtherle.util.zip that return ExtraField
private  ExtraField ZipEntry.compileZip64ExtraField()
          Compiles a ZIP64 Extended Information Extra Field from the properties of this entry.
static ExtraField ExtraField.create(int headerID)
          A static factory method which creates a new Extra Field based on the given Header ID.
 ExtraField ExtraFields.get(int headerID)
          Returns the Extra Field with the given Header ID or null if no such Extra Field exists.
 ExtraField ExtraFields.put(ExtraField ef)
          Stores the given Extra Field in this collection.
 ExtraField ExtraFields.remove(int headerID)
          Removes the Extra Field with the given Header ID.
 

Methods in de.schlichtherle.util.zip with parameters of type ExtraField
 ExtraField ExtraFields.put(ExtraField ef)
          Stores the given Extra Field in this collection.
 


TrueZIP 6.8.3

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