|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Base64.InputStream will read data from another
java.io.InputStream, given in the constructor, and encode/decode
to/from Base64 notation on the fly.Base64.InputStream in DECODE mode.
Base64.InputStream in either ENCODE or DECODE
mode.
Base64.OutputStream will write data to another
java.io.OutputStream, given in the constructor, and
encode/decode to/from Base64 notation on the fly.Base64.OutputStream in ENCODE mode.
Base64.OutputStream in either ENCODE or DECODE
mode.
InputStream and you want
to filter some parts of it basing on its content without reading it into
memory.ChunkInputStream.
close() on the underlying stream.
True when TeeOutputStream.close() is invoked.
AbstractInputStreamWrapper.close() is invoked.
CloseOnceInputStream contains some other input stream, which
it uses as its basic source of data.true source and destination
streams are closed when AbstractInputStreamWrapper.close() is invoked.
SizeLimitInputStream.in stream.
OutputStream where data is written.
OutputStream(s) where data is written.
raw ByteBuffer, writing it
to the encoded ByteBuffer.
raw ByteBuffer, writing it
to the encoded CharBuffer.
Base64.encodeBytes(byte[]) but returns a byte array instead
of instantiating a String.
Base64.encodeBytes(byte[], int, int, int) but returns a byte
array instead of instantiating a String.
Threads in
classes of EasyStream library that needs of them.automaticFetch=false before
the stream can be used and each time an endMarker has been found to
proceed to next startMarker.
length bytes from the store.
source InputStream.
OutputStreamToInputStream.doRead(InputStream)
and ensure the previous method is over.
InputStream or total length of the stream if the
StatsInputStream.close() method has been called or EOF was reached.
InputStream.
InputStream passed in the
constructor.
InputStream passed in the
constructor.
OutputStream.
OutputStream(s) in milliseconds.
OutputStream(s) in milliseconds.
ExecutorService that is
used in STATIC_THREAD_POOL execution mode.
InputStreamFromOutputStream with a
THREAD_PER_INSTANCE thread strategy.
InputStreamFromOutputStream and let the user
choose the thread allocation strategy he likes.
InputStreamFromOutputStream and let the user
specify the ExecutorService that will execute the
InputStreamFromOutputStream.produce(OutputStream) method.
InputStreamFromOutputStream and let the user
specify the ExecutorService that will execute the
InputStreamFromOutputStream.produce(OutputStream) method and the pipe buffer size.
InputStreamFromOutputStream and let the user
choose the thread allocation strategy he likes.
InputStreamFromOutputStream and let the user
specify the ExecutorService that will execute the
InputStreamFromOutputStream.produce(OutputStream) method.
markSupported() method of the
InputStream class.
SizeLimitInputStream.in stream.
InputStream the data who has
been written to an OutputStream (performs an
OutputStream -> InputStream conversion).OutputStreamToInputStream.
OutputStreamToInputStream.
OutputStreamToInputStream.
OutputStreamToInputStream.
InputStream.
RandomAccessInputStream adds functionality to another input
stream-namely, the ability to buffer the input, allowing it to be read
multiple times, and to support the mark and reset
methods.RandomAccessInputStream with the specified
treshold, and saves its argument, the input stream source,
for later use.
Base64.InputStream.read() repeatedly until the end of stream is reached
or len bytes are read.
InputStream passed as a parameter
in a memory buffer, thus improving the reading performances.mark
method was last called on this input stream.
mark
method was last called on this input stream.
Store on a previously read position.
Store on a previously read position.
Store that can be seeked to a random position.InputStreamFromOutputStream.
ExecutionModel.STATIC_THREAD_POOL.
SizeLimitInputStream from another stream given
a size limit.
InputStream passed in the
constructor.SizeReaderInputStream.
SizeReaderInputStream and allow to specify
actions to do on close.
OutputStream passed in the
constructor.SizeRecorderOutputStream with the given
destination stream.
InputStream to the
OutputStream(s) passed in the constructor.TeeInputStreamOutputStream and saves its argument,
the input stream source and the output stream
destination for later use.
TeeOutputStream and saves its argument, the input
stream source and the OutputStream
destination for later use.
TeeOutputStream and saves its argument, the input
stream source and the output stream destination
for later use.
OutputStream(s) passed in the constructor.TeeOutputStream and saves its arguments, the
destinations for later use.
buffer.
Base64.OutputStream.write(int) repeatedly until len bytes are
written.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||