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.
|
net.java.truecommons.io |
Provides common I/O components.
|
Class and Description |
---|
InputException
Thrown if an error happened on the input side rather than the output side
when copying an
InputStream to an OutputStream . |
Class and Description |
---|
AbstractSeekableChannel
An abstract seekable byte channel.
|
BufferedReadOnlyChannel
Provides buffered random read-only access to its decorated seekable byte
channel.
|
ByteBufferChannel
Adapts a byte buffer to a seekable byte channel.
|
ClosedInputException
Indicates that an input resource (stream, channel etc.) has been closed.
|
ClosedOutputException
Indicates that an output resource (stream, channel etc.) has been closed.
|
ClosedStreamException
Indicates that an input or output stream has been closed.
|
DecoratingInputStream
An abstract decorator for an input stream.
|
DecoratingOutputStream
An abstract decorator for an output stream.
|
DecoratingSeekableChannel
An abstract decorator for a seekable byte channel.
|
ImmutableBuffer
A power buffer with immutable properties.
|
InputException
Thrown if an error happened on the input side rather than the output side
when copying an
InputStream to an OutputStream . |
MutableBuffer
A power buffer with mutable properties.
|
OneTimeFoundry
A source or sink which provides a given stream or channel at most once.
|
PowerBuffer
Adapts a
ByteBuffer to provide an enhanced API, e.g. |
ReadOnlyChannel
An abstract decorator for a seekable byte channel which throws a
NonWritableChannelException upon any attempt to modify the decorated
seekable byte channel. |
Sink
A provider for output streams or seekable byte channels.
|
Source
A provider for input streams or seekable byte channels.
|
Copyright © 2012–2014 Schlichtherle IT Services. All rights reserved.