| 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 |
FsArchiveController.Input |
private class |
FsArchiveController.Output |
private class |
FsContextController.Input |
private class |
FsContextController.Output |
| Modifier and Type | Class and Description |
|---|---|
private class |
ByteArrayIOEntry.ByteArrayInputSocket |
private class |
ByteArrayIOEntry.ByteArrayOutputSocket |
private class |
ByteArrayIOEntry.Nio2ByteArrayInputSocket |
private class |
ByteArrayIOEntry.Nio2ByteArrayOutputSocket |
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 |
DelegatingInputSocket<E extends Entry>
Delegates all methods to another input socket.
|
class |
DelegatingOutputSocket<E extends Entry>
Delegates all methods to another output socket.
|
class |
InputSocket<E extends Entry>
An abstract factory for input resources for reading bytes from its
local target.
|
(package private) class |
IOCache.Buffer.BufferInputSocket |
(package private) class |
IOCache.Buffer.BufferOutputSocket |
(package private) class |
IOCache.Buffer.Nio2BufferInputSocket |
(package private) class |
IOCache.Buffer.Nio2BufferOutputSocket |
private class |
IOCache.Input |
private class |
IOCache.Output |
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 resources for writing bytes to its
local target.
|
Copyright © 2004-2011 Schlichtherle IT Services. All Rights Reserved.