public class JarDriverEntry extends ZipDriverEntry
DateTimeConverter.JAR.getDateTimeConverter(),
JarDriverEntry.Access, Entry.Size, Entry.TypeBZIP2, DEFLATED, MAX_DOS_TIME, MIN_DOS_TIME, PLATFORM_FAT, PLATFORM_UNIX, STORED, UNKNOWNALL_ACCESS_SET, ALL_SIZE_SET, ALL_TYPE_SET, DIRECTORY_TYPE_SET, FILE_TYPE_SET, SPECIAL_TYPE_SET, SYMLINK_TYPE_SET, UNKNOWN| Modifier | Constructor and Description |
|---|---|
|
JarDriverEntry(String name) |
protected |
JarDriverEntry(String name,
ZipEntry template) |
| Modifier and Type | Method and Description |
|---|---|
protected DateTimeConverter |
getDateTimeConverter()
Returns a
DateTimeConverter for the conversion of Java time
to DOS date/time fields and vice versa. |
getSize, getTime, getType, setSize, setTime, toStringclearEncryption, clone, getComment, getCompressedSize, getCrc, getExternalAttributes, getExtra, getMethod, getName, getPlatform, getSize, getTime, isDirectory, isEncrypted, setComment, setCompressedSize, setCrc, setEncrypted, setExternalAttributes, setExtra, setMethod, setPlatform, setSize, setTimepublic JarDriverEntry(String name)
protected DateTimeConverter getDateTimeConverter()
DateTimeConverter for the conversion of Java time
to DOS date/time fields and vice versa.
The implementation in the class ZipDriverEntry returns
DateTimeConverter.JAR.
getDateTimeConverter in class ZipDriverEntryDateTimeConverter.JARCopyright © 2005-2013 Schlichtherle IT Services. All Rights Reserved.