|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AByteOutput | |
|---|---|
| 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.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. |
| Uses of AByteOutput in net.sf.asyncobjects.io |
|---|
| Classes in net.sf.asyncobjects.io that implement AByteOutput | |
|---|---|
class |
BufferedByteOutput
Buffered output. |
class |
BytePipe.InternalBytePipeOutput
Pipe output |
| Methods in net.sf.asyncobjects.io that return AByteOutput | |
|---|---|
protected AByteOutput |
BytePipe.createOutput()
|
protected AByteOutput |
BufferedByteChannel.wrap(AByteOutput output)
Wrap output into buffered stream |
| Methods in net.sf.asyncobjects.io with parameters of type AByteOutput | |
|---|---|
protected AByteOutput |
BufferedByteChannel.wrap(AByteOutput output)
Wrap output into buffered stream |
| Constructors in net.sf.asyncobjects.io with parameters of type AByteOutput | |
|---|---|
BufferedByteOutput(AByteOutput output,
int limit)
A constructor from stream and buffer size |
|
ByteStreamForwarder(AByteInput in,
AByteOutput out,
int bufferSize,
boolean autoFlush)
Deprecated. a consturtor |
|
EncoderTextOutput(BufferProvider buffers,
CharsetEncoder encoder,
AByteOutput out,
boolean closeStream)
A constructor |
|
EncoderTextOutput(CharsetEncoder encoder,
AByteOutput out,
boolean closeStream)
A constructor |
|
EncoderTextOutput(String encoding,
AByteOutput out)
A constructor |
|
| Uses of AByteOutput in net.sf.asyncobjects.io.adapters |
|---|
| Classes in net.sf.asyncobjects.io.adapters that implement AByteOutput | |
|---|---|
class |
OutputStreamAdapter
An adapter for output stream |
| Methods in net.sf.asyncobjects.io.adapters that return AByteOutput | |
|---|---|
static AByteOutput |
Adapters.getErr()
|
static AByteOutput |
Adapters.getOut()
|
| Uses of AByteOutput in net.sf.asyncobjects.io.util |
|---|
| Classes in net.sf.asyncobjects.io.util that implement AByteOutput | |
|---|---|
class |
MulticastByteOutput
Byte version of MulticastOutput |
class |
RecordingByteOutput
A recording byte output. |
| Constructors in net.sf.asyncobjects.io.util with parameters of type AByteOutput | |
|---|---|
MulticastByteOutput(AByteOutput... outputs)
A constructor |
|
SavingByteInput(AByteInput in,
boolean closeInput,
AByteOutput out)
A constructor |
|
| Uses of AByteOutput in net.sf.asyncobjects.net.nio |
|---|
| Classes in net.sf.asyncobjects.net.nio that implement AByteOutput | |
|---|---|
class |
NIOSocketOutputStream
Output stream based on SocketChannel. |
| Methods in net.sf.asyncobjects.net.nio that return types with arguments of type AByteOutput | |
|---|---|
Promise<AByteOutput> |
NIOSocket.getOutput()
|
| Uses of AByteOutput in net.sf.asyncobjects.net.threading |
|---|
| Classes in net.sf.asyncobjects.net.threading that implement AByteOutput | |
|---|---|
class |
TSocket.TOutputStreamAdapter
Adapter for socket output stream. |
| Methods in net.sf.asyncobjects.net.threading that return types with arguments of type AByteOutput | |
|---|---|
Promise<AByteOutput> |
TSocket.getOutput()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||