| 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.
|
| de.schlichtherle.truezip.fs.archive |
Provides acces to archive files as if they were just directories.
|
| de.schlichtherle.truezip.socket |
Provides I/O sockets to address and resolve targets for I/O
operations.
|
| 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) |
| Modifier and Type | Method and Description |
|---|---|
long |
FsDecoratingEntry.getSize(Entry.Size type) |
| Modifier and Type | Method and Description |
|---|---|
long |
FsCovariantEntry.getSize(Entry.Size type)
Returns the size mapped for the
key property. |
boolean |
FsArchiveEntry.setSize(Entry.Size type,
long value)
Sets the size of the given type for this archive entry.
|
boolean |
FsArchiveController.ProxyEntry.setSize(Entry.Size type,
long value) |
| Modifier and Type | Method and Description |
|---|---|
long |
ByteArrayIOEntry.getSize(Entry.Size type) |
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.