multivalent.std.adaptor
public class ArchiveFileEntry extends Object
Version: $Revision: 1.2 $ $Date: 2002/02/01 08:56:39 $
Field Summary | |
---|---|
long | alength Length in archive (often compressed). |
static String | BIN |
long | checksum CRC or other checksum. |
long | create Creation time in UNIX-style seconds since 1970 |
static String | DIR |
String | filename Filename as found in archive. |
long | lastmod Creation time in UNIX-style seconds since 1970 |
long | length Length in bytes. |
String | normal Normalized filename -- no HTML meta characters (but space OK), perhaps suffix added if computed somehow. |
long | offset Byte offset of file within archive. |
int | permissions Type-dependent permissions. |
static String | TXT |
String | type File type, taken from constants in this class if possible. |
static String | UNKNOWN |
Constructor Summary | |
---|---|
ArchiveFileEntry(String filename, int permissions, String type, long length, long alength, long offset, long create, long lastmod) |
Method Summary | |
---|---|
String | toString() |