TrueZIP 6.8.3

de.schlichtherle.io.archive.zip
Class JarEntry

java.lang.Object
  extended by de.schlichtherle.util.zip.ZipEntry
      extended by de.schlichtherle.io.archive.zip.ZipEntry
          extended by de.schlichtherle.io.archive.zip.JarEntry
All Implemented Interfaces:
ArchiveEntry, Cloneable

public class JarEntry
extends ZipEntry

Extends ZipEntry in order to reflect the different date/time conversion in JAR files.

Since:
TrueZIP 6.7
Author:
Christian Schlichtherle
See Also:
ZipDriver

Field Summary
 
Fields inherited from class de.schlichtherle.io.archive.zip.ZipEntry
UNKNOWN
 
Fields inherited from class de.schlichtherle.util.zip.ZipEntry
DEFLATED, MIN_DOS_TIME, PLATFORM_FAT, PLATFORM_UNIX, STORED
 
Fields inherited from interface de.schlichtherle.io.archive.spi.ArchiveEntry
SEPARATOR, SEPARATOR_CHAR
 
Constructor Summary
protected JarEntry(String entryName)
           
protected JarEntry(ZipEntry blueprint)
           
 
Method Summary
protected  DateTimeConverter getDateTimeConverter()
          Returns a DateTimeConverter for the conversion of Java time to DOS date/time fields and vice versa.
 
Methods inherited from class de.schlichtherle.io.archive.zip.ZipEntry
clone, getClosedIcon, getMetaData, getOpenIcon, setMetaData, setName
 
Methods inherited from class de.schlichtherle.util.zip.ZipEntry
dos2javaTime, getComment, getCompressedSize, getCrc, getDosTime, getExtra, getMethod, getName, getPlatform, getSize, getTime, isDirectory, java2dosTime, setComment, setCompressedSize, setCrc, setDosTime, setExtra, setMethod, setPlatform, setSize, setTime, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface de.schlichtherle.io.archive.spi.ArchiveEntry
getName, getSize, getTime, isDirectory, setTime
 

Constructor Detail

JarEntry

protected JarEntry(String entryName)

JarEntry

protected JarEntry(ZipEntry blueprint)
Method Detail

getDateTimeConverter

protected DateTimeConverter getDateTimeConverter()
Description copied from class: ZipEntry
Returns a DateTimeConverter for the conversion of Java time to DOS date/time fields and vice versa.

The implementation in the class ZipEntry returns DateTimeConverter.JAR.

Overrides:
getDateTimeConverter in class ZipEntry
Returns:
A DateTimeConverter - never null.
See Also:
DateTimeConverter

TrueZIP 6.8.3

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