See: Description
| Interface | Description |
|---|---|
| Entry |
Represents an entry in an entry container, e.g. an archive file or a file
system etc.
|
| EntryContainer<E extends Entry> |
An iterable container for entries.
|
| Class | Description |
|---|---|
| DecoratingEntry<E extends Entry> |
An abstract decorator for an entry.
|
| DecoratingEntryContainer<E extends Entry,C extends EntryContainer<E>> |
An abstract decorator for an entry container.
|
| EntryName |
Addresses an entry in an entry container.
|
| EntryNameBeanInfo |
Provides a persistence delegate to support
XMLEncoder/XMLDecoder. |
| Enum | Description |
|---|---|
| Entry.Access |
Defines the type of access information for an entry.
|
| Entry.Size |
Defines the type of size information for an entry.
|
| Entry.Type |
Defines the type of entry.
|
Essential interfaces and classes for entries and containers in (possibly federated virtual) file systems.
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.