de.schlichtherle.io.archive.zip
Class JarEntry
java.lang.Object
de.schlichtherle.util.zip.ZipEntry
de.schlichtherle.io.archive.zip.ZipEntry
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
| Fields inherited from class de.schlichtherle.io.archive.zip.ZipEntry |
UNKNOWN |
| 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 |
JarEntry
protected JarEntry(String entryName)
JarEntry
protected JarEntry(ZipEntry blueprint)
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
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.