public static final class ArchiveAdapter.Entry extends Object
public final String name
public final long size
public Entry(String name, long size, boolean isDirectory)
name
- the entry namesize
- the entry sizeisDirectory
- true if this entry is a directorypublic Entry(String name, long size)
name
- the entry namesize
- the entry sizeCopyright © 2009–2023 Oracle Corporation. All rights reserved.