Save This Page
Home » openjdk-7 » java » util » jar » [javadoc | source]
java.util.jar
class: JarFile.JarFileEntry [javadoc | source]
java.lang.Object
   java.util.zip.ZipEntry
      java.util.jar.JarEntry
         java.util.jar.JarFile$JarFileEntry

All Implemented Interfaces:
    ZipConstants, Cloneable

Fields inherited from java.util.jar.JarEntry:
attr,  certs,  signers
Fields inherited from java.util.zip.ZipEntry:
name,  time,  crc,  size,  csize,  method,  extra,  comment,  STORED,  DEFLATED
Constructor:
 JarFileEntry(ZipEntry ze) 
Method from java.util.jar.JarFile$JarFileEntry Summary:
getAttributes,   getCertificates,   getCodeSigners
Methods from java.util.jar.JarEntry:
getAttributes,   getCertificates,   getCodeSigners
Methods from java.util.zip.ZipEntry:
clone,   getComment,   getCompressedSize,   getCrc,   getExtra,   getMethod,   getName,   getSize,   getTime,   hashCode,   isDirectory,   setComment,   setCompressedSize,   setCrc,   setExtra,   setMethod,   setSize,   setTime,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from java.util.jar.JarFile$JarFileEntry Detail:
 public Attributes getAttributes() throws IOException 
 public Certificate[] getCertificates() 
 public CodeSigner[] getCodeSigners()