@DefaultAnnotation(value=edu.umd.cs.findbugs.annotations.NonNull.class) public class JarArchiveEntry extends ZipArchiveEntry
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 |
|---|---|
|
JarArchiveEntry(String name) |
protected |
JarArchiveEntry(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 JarArchiveEntry(String name)
protected DateTimeConverter getDateTimeConverter()
ZipEntryDateTimeConverter for the conversion of Java time
to DOS date/time fields and vice versa.
The implementation in the class ZipEntry returns
DateTimeConverter.JAR.
getDateTimeConverter in class ZipArchiveEntryDateTimeConverter - never null.DateTimeConverterCopyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.