public static final class ArchiveAdapter.Entry extends Object
| Constructor and Description |
|---|
ArchiveAdapter.Entry(String name,
long size)
creates a new archive entry
|
ArchiveAdapter.Entry(String name,
long size,
boolean isDirectory)
Deprecated.
Use the other constructor, isDirectory is not used
|
public final String name
public final long size
public ArchiveAdapter.Entry(String name, long size, boolean isDirectory)
name - the entry namesize - the entry sizeisDirectory - true if this entry is a directorypublic ArchiveAdapter.Entry(String name, long size)
name - the entry namesize - the entry sizeCopyright © 2009-2016 Oracle Corporation. All Rights Reserved.