| Package | Description |
|---|---|
| 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 | Class and Description |
|---|---|
private class |
FsCachingController.EntryCache.ProxyInputSocket |
private class |
FsCachingController.EntryCache.ProxyOutputSocket
An output socket proxy.
|
private class |
FsCachingController.Input |
private class |
FsCachingController.Output |
private class |
FsConcurrentController.Input |
private class |
FsConcurrentController.Output |
private class |
FsFederatingController.Input |
private class |
FsFederatingController.Output |
private class |
FsStatisticsController.Input |
private class |
FsStatisticsController.Output |
| Modifier and Type | Class and Description |
|---|---|
private class |
FsArchiveController.Input |
private class |
FsArchiveController.Output |
| Modifier and Type | Class and Description |
|---|---|
private class |
ByteArrayIOEntry.ByteArrayInputSocket |
private class |
ByteArrayIOEntry.ByteArrayOutputSocket |
class |
DecoratingInputSocket<E extends Entry>
An abstract decorator for an input socket.
|
class |
DecoratingOutputSocket<E extends Entry>
An abstract decorator for an output socket.
|
class |
InputSocket<E extends Entry>
An abstract factory for input streams and read only files for reading bytes
from its local target.
|
private class |
IOCache.Buffer.BufferInputSocket |
private class |
IOCache.Buffer.BufferOutputSocket |
private class |
IOCache.CacheInputSocket |
private class |
IOCache.CacheOutputSocket |
class |
LazyInputSocket<E extends Entry>
A lazy input socket provides proxy read only files and input streams which
acquire their underlying local target upon the first read access.
|
class |
LazyOutputSocket<E extends Entry>
A lazy output socket provides proxy output streams which acquire their
underlying local target upon the first read access.
|
class |
OutputSocket<E extends Entry>
An abstract factory for output streams for writing bytes to its
local target.
|
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.