| Package | Description |
|---|---|
| de.schlichtherle.truezip.entry |
Essential interfaces and classes for entries and containers in (possibly
federated virtual) file systems.
|
| de.schlichtherle.truezip.fs |
Provides access to (possibly federated virtual) file systems.
|
| Modifier and Type | Field and Description |
|---|---|
static Set<Entry.Size> |
Entry.ALL_SIZE_SET
An unmodifiable set of all enums in
Entry.Size. |
| Modifier and Type | Method and Description |
|---|---|
static Entry.Size |
Entry.Size.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entry.Size[] |
Entry.Size.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
long |
Entry.getSize(Entry.Size type)
Returns the size of the given type for this entry.
|
long |
DecoratingEntry.getSize(Entry.Size type) |
boolean |
MutableEntry.setSize(Entry.Size type,
long value)
Sets the size of the given type for this archive entry.
|
| Modifier and Type | Method and Description |
|---|---|
long |
FsCovariantEntry.getSize(Entry.Size type)
Returns the size mapped for the
key property. |
Copyright © 2005-2012 Schlichtherle IT Services. All Rights Reserved.