|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use net.sf.asyncobjects.io | |
---|---|
net.sf.asyncobjects.io | This package contains core IO interfaces. |
net.sf.asyncobjects.io.adapters | This package contains adapters to blocking java streams. |
net.sf.asyncobjects.io.util | This package contains uitility input and output streams. |
net.sf.asyncobjects.net | This package contains core network interfaces. |
net.sf.asyncobjects.net.nio | This package contains implementation of network interfaces that is based on non-blocking NIO socket API. |
net.sf.asyncobjects.net.threading | This package contains implementation of network interfaces that is based on blocking socket API. |
Classes in net.sf.asyncobjects.io used by net.sf.asyncobjects.io | |
---|---|
AByteChannel
An IO channel with input and output stream. |
|
AByteInput
Input stream interface |
|
AByteOutput
Output stream interface. |
|
AChannel
A generic channel interface |
|
AInput
A generic input interface |
|
AOutput
A generic output interface. |
|
ATextChannel
A text channel. |
|
ATextInput
A text input. |
|
ATextOutput
A text output. |
|
BatchedData
A batched data interface. |
|
BinaryData
Immutable binary data class. |
|
BinaryData.ByteIterator
A base class for byte iterators. |
|
BufferedInput
A buffered input stream. |
|
BufferedOutput
Buffered output. |
|
BufferProvider
A provider for NIO buffers. |
|
ByteQueue
actually JDK 1.4 buffer should be used instead of this one, but there is an intention to make sources compatible with 1.3 and personal profile platform. |
|
Pipe
A pipe is pair of output stream and input stream, what is written to output stream, could be later read from input stream. |
|
Pipe.InternalPipeInput
This is an internal class. |
|
Pipe.InternalPipeOutput
This is an internal class. |
|
TextData
A textual data batch. |
|
WrappingChannel
Byte channel that wraps existing channel some functionality over it. |
Classes in net.sf.asyncobjects.io used by net.sf.asyncobjects.io.adapters | |
---|---|
AByteInput
Input stream interface |
|
AByteOutput
Output stream interface. |
|
AInput
A generic input interface |
|
AOutput
A generic output interface. |
|
BinaryData
Immutable binary data class. |
Classes in net.sf.asyncobjects.io used by net.sf.asyncobjects.io.util | |
---|---|
AByteInput
Input stream interface |
|
AByteOutput
Output stream interface. |
|
AInput
A generic input interface |
|
AOutput
A generic output interface. |
|
ATextInput
A text input. |
|
ATextOutput
A text output. |
|
BatchedData
A batched data interface. |
|
BinaryData
Immutable binary data class. |
|
TextData
A textual data batch. |
Classes in net.sf.asyncobjects.io used by net.sf.asyncobjects.net | |
---|---|
AByteChannel
An IO channel with input and output stream. |
|
AChannel
A generic channel interface |
Classes in net.sf.asyncobjects.io used by net.sf.asyncobjects.net.nio | |
---|---|
AByteChannel
An IO channel with input and output stream. |
|
AByteInput
Input stream interface |
|
AByteOutput
Output stream interface. |
|
AChannel
A generic channel interface |
|
AInput
A generic input interface |
|
AOutput
A generic output interface. |
|
BinaryData
Immutable binary data class. |
Classes in net.sf.asyncobjects.io used by net.sf.asyncobjects.net.threading | |
---|---|
AByteChannel
An IO channel with input and output stream. |
|
AByteInput
Input stream interface |
|
AByteOutput
Output stream interface. |
|
AChannel
A generic channel interface |
|
AInput
A generic input interface |
|
AOutput
A generic output interface. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |