Package | Description |
---|---|
de.schlichtherle.truezip.fs.archive.zip |
The archive driver family for ZIP files.
|
de.schlichtherle.truezip.fs.http |
Implements the
http(s) scheme for read-only access to the web. |
de.schlichtherle.truezip.fs.inst |
Provides base classes for the instrumentation of the TrueZIP Kernel.
|
de.schlichtherle.truezip.socket |
Provides I/O sockets to address and resolve targets for I/O operations.
|
Modifier and Type | Class and Description |
---|---|
class |
OptionOutputSocket
An output socket which provides a property for its output options.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpInputSocket
An input socket for HTTP(S) entries.
|
class |
HttpOutputSocket
An output socket for HTTP(S) entries.
|
Modifier and Type | Class and Description |
---|---|
class |
InstrumentingInputSocket<E extends Entry> |
class |
InstrumentingOutputSocket<E extends Entry> |
Modifier and Type | Class and Description |
---|---|
class |
ClutchInputSocket<E extends Entry>
An input socket which obtains its delegate lazily and
ClutchInputSocket.reset() s it
upon any Throwable . |
class |
ClutchOutputSocket<E extends Entry>
An output socket which obtains its delegate lazily and
ClutchOutputSocket.reset() s it
upon any Throwable . |
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.
|
class |
OutputSocket<E extends Entry>
An abstract factory for output resources for writing bytes to its
local target.
|
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.