|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AByteInput | |
---|---|
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 AByteInput in net.sf.asyncobjects.io |
---|
Classes in net.sf.asyncobjects.io that implement AByteInput | |
---|---|
class |
BufferedByteInput
A buffered byte input stream. |
class |
BytePipe.InternalBytePipeInput
Pipe input |
Methods in net.sf.asyncobjects.io that return AByteInput | |
---|---|
protected AByteInput |
BytePipe.createInput()
|
protected AByteInput |
BufferedByteChannel.wrap(AByteInput input)
Wrap input into buffered stream |
Methods in net.sf.asyncobjects.io with parameters of type AByteInput | |
---|---|
static Promise<BinaryData> |
IOUtils.readAll(AByteInput in,
int limit)
Read all data from the stream. |
static Promise<BinaryData> |
IOUtils.readFully(AByteInput in,
int amount)
Read exactly specified amount data from byte input |
protected AByteInput |
BufferedByteChannel.wrap(AByteInput input)
Wrap input into buffered stream |
Constructors in net.sf.asyncobjects.io with parameters of type AByteInput | |
---|---|
BufferedByteInput(AByteInput proxiedStream,
int limit)
A constructor from the stream |
|
ByteStreamForwarder(AByteInput in,
AByteOutput out,
int bufferSize,
boolean autoFlush)
Deprecated. a consturtor |
|
DecoderTextInput(BufferProvider buffers,
AByteInput stream,
boolean closeStream,
CharsetDecoder decoder,
int replenishLimit)
A constructor |
|
DecoderTextInput(String encoding,
AByteInput in)
A constructor |
Uses of AByteInput in net.sf.asyncobjects.io.adapters |
---|
Classes in net.sf.asyncobjects.io.adapters that implement AByteInput | |
---|---|
class |
InputStreamAdapter
Adapter for input stream |
Methods in net.sf.asyncobjects.io.adapters that return AByteInput | |
---|---|
static AByteInput |
Adapters.getIn()
|
Uses of AByteInput in net.sf.asyncobjects.io.util |
---|
Classes in net.sf.asyncobjects.io.util that implement AByteInput | |
---|---|
class |
BoundedByteInput
Bounded byte input. |
class |
ExhaustingByteInput
Byte version of ExhaustingInput . |
class |
NulByteInput
A nul byte input. |
class |
RandomByteInput
A random byte input. |
class |
RepeatingByteInput
A repeating byte input |
class |
SavingByteInput
A saving byte input |
class |
UncloseableByteInput
Uncloseable byte input |
Constructors in net.sf.asyncobjects.io.util with parameters of type AByteInput | |
---|---|
BoundedByteInput(AByteInput in,
boolean closeStream,
long remainingBytes)
A constructor |
|
ExhaustingByteInput(AByteInput stream,
boolean closeStream)
A constructor |
|
SavingByteInput(AByteInput in,
boolean closeInput,
AByteOutput out)
A constructor |
|
UncloseableByteInput(AByteInput stream)
A constructor |
Uses of AByteInput in net.sf.asyncobjects.net.nio |
---|
Classes in net.sf.asyncobjects.net.nio that implement AByteInput | |
---|---|
class |
NIOSocketInputStream
implementation of stream for sockets |
Methods in net.sf.asyncobjects.net.nio that return types with arguments of type AByteInput | |
---|---|
Promise<AByteInput> |
NIOSocket.getInput()
|
Uses of AByteInput in net.sf.asyncobjects.net.threading |
---|
Classes in net.sf.asyncobjects.net.threading that implement AByteInput | |
---|---|
class |
TSocket.TInputStreamAdapter
Adapter for socket's input stream. |
Methods in net.sf.asyncobjects.net.threading that return types with arguments of type AByteInput | |
---|---|
Promise<AByteInput> |
TSocket.getInput()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |