Package | Description |
---|---|
net.java.truecommons.cio |
Provides generic services for reading and writing
entries in
containers,
e.g. file systems, archive files or I/O buffer pools.
|
Modifier and Type | Interface and Description |
---|---|
interface |
InputSocket<E extends Entry>
A stateless factory for input streams and seekable byte channels
which operate on a target entry.
|
interface |
OutputSocket<E extends Entry>
A stateless factory for output streams and seekable byte channels
which operate on a target entry.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractInputSocket<E extends Entry>
Abstract base class for input sockets.
|
class |
AbstractIoSocket<E extends Entry>
Abstract base class for I/O sockets.
|
class |
AbstractOutputSocket<E extends Entry>
Abstract base class for output sockets.
|
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.
|
Copyright © 2012–2018 Schlichtherle IT Services. All rights reserved.