|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use IOSocket | |
|---|---|
| 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. |
| Uses of IOSocket in de.schlichtherle.truezip.fs |
|---|
| Subclasses of IOSocket in de.schlichtherle.truezip.fs | |
|---|---|
private class |
FsCachingController.EntryCache.ProxyInputSocket
An input socket proxy. |
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
|
| Uses of IOSocket in de.schlichtherle.truezip.fs.archive |
|---|
| Subclasses of IOSocket in de.schlichtherle.truezip.fs.archive | |
|---|---|
private class |
FsArchiveController.Input
|
private class |
FsArchiveController.Output
|
| Uses of IOSocket in de.schlichtherle.truezip.socket |
|---|
| Subclasses of IOSocket in de.schlichtherle.truezip.socket | |
|---|---|
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. |
|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||