|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use EntryContainer | |
|---|---|
| de.schlichtherle.truezip.entry | Essential interfaces and classes for entries and containers in (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. |
| Uses of EntryContainer in de.schlichtherle.truezip.entry |
|---|
| Classes in de.schlichtherle.truezip.entry with type parameters of type EntryContainer | |
|---|---|
class |
DecoratingEntryContainer<E extends Entry,C extends EntryContainer<E>>
An abstract decorator for an entry container. |
| Classes in de.schlichtherle.truezip.entry that implement EntryContainer | |
|---|---|
class |
DecoratingEntryContainer<E extends Entry,C extends EntryContainer<E>>
An abstract decorator for an entry container. |
| Fields in de.schlichtherle.truezip.entry declared as EntryContainer | |
|---|---|
protected C |
DecoratingEntryContainer.delegate
The decorated entry container. |
| Uses of EntryContainer in de.schlichtherle.truezip.fs.archive |
|---|
| Classes in de.schlichtherle.truezip.fs.archive that implement EntryContainer | |
|---|---|
(package private) class |
FsArchiveFileSystem<E extends FsArchiveEntry>
A base class for a virtual file system for archive entries. |
private static class |
FsDefaultArchiveController.DummyInputService<E extends Entry>
A dummy input service to substitute for null. |
private class |
FsDefaultArchiveController.Input
This member class makes this archive controller instance strongly reachable from any created input stream. |
private class |
FsDefaultArchiveController.Output
This member class makes this archive controller instance strongly reachable from any created output stream. |
class |
FsMultiplexedArchiveOutputShop<AE extends FsArchiveEntry>
Decorates an OutputShop in order to support a virtually
unlimited number of entries which may be written concurrently while
actually at most one entry is written concurrently to the output archive
output. |
(package private) class |
FsReadOnlyArchiveFileSystem<E extends FsArchiveEntry>
A read-only archive file system. |
| Methods in de.schlichtherle.truezip.fs.archive with parameters of type EntryContainer | ||
|---|---|---|
(package private) static
|
FsArchiveFileSystem.newArchiveFileSystem(EntryFactory<E> factory,
EntryContainer<E> archive,
Entry rootTemplate,
boolean readOnly)
Returns a new archive file system which populates its entries from the given archive and ensures its integrity. |
|
| Constructors in de.schlichtherle.truezip.fs.archive with parameters of type EntryContainer | |
|---|---|
FsArchiveFileSystem(EntryFactory<E> factory,
EntryContainer<E> archive,
Entry rootTemplate)
|
|
FsReadOnlyArchiveFileSystem(EntryContainer<E> archive,
EntryFactory<E> factory,
Entry rootTemplate)
|
|
| Uses of EntryContainer in de.schlichtherle.truezip.socket |
|---|
| Subinterfaces of EntryContainer in de.schlichtherle.truezip.socket | |
|---|---|
interface |
InputService<E extends Entry>
A service for input sockets. |
interface |
InputShop<E extends Entry>
A closable input service. |
interface |
OutputService<E extends Entry>
A service for output sockets. |
interface |
OutputShop<E extends Entry>
A closable output service. |
| Classes in de.schlichtherle.truezip.socket that implement EntryContainer | |
|---|---|
class |
ConcurrentInputShop<E extends Entry>
Decorates an InputShop to add accounting and multithreading
synchronization for all input streams or read only files created by the
decorated input shop. |
class |
ConcurrentOutputShop<E extends Entry>
Decorates an OutputShop to add accounting and multithreading
synchronization for all output streams created by the decorated output shop. |
class |
DecoratingInputShop<E extends Entry,I extends InputShop<E>>
An abstract decorator for an input shop. |
class |
DecoratingOutputShop<E extends Entry,O extends OutputShop<E>>
An abstract decorator for an output shop. |
|
TrueZIP Kernel 7.0-rc1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||