|
||||||||||
| 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.
InputStream and cleans up temporary
files eventually created.
AbstractInputStreamWrapper.close() is invoked.
true source and destination
streams are closed when AbstractInputStreamWrapper.close() is invoked.
in stream.
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.
FileBufferedInputStream and saves its argument,
the input stream source for later use.
OutputStreamToInputStream.doRead(InputStream)
and ensure the previous method is over.
close method has been called or EOF was reached.
InputStreamFromOutputStream with a
THREAD_PER_INSTANCE thread strategy.
InputStreamFromOutputStream and let the user
set the ExecutionModel he likes.
mark and
reset methods.
markSupported() method of the
InputStream class.
in stream.
OutputStream that, when extended, allows to
read the data written to it from the InputStream inside the
method #doRead().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.
read method of
InputStream.
Base64.InputStream.read() repeatedly until the end of stream is reached
or len bytes are read.
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.
SizeLimitInputStream from another stream given
a size limit.
InputStream passed in the constructor.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 passed in the constructor.TeeInputStreamOutputStream and saves its argument,
the input stream source and the OutputStream
destination for later use.
TeeInputStreamOutputStream and saves its argument,
the input stream source and the output stream
destination for later use.
buffer.
Base64.OutputStream.write(int) repeatedly until len bytes are
written.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||