AbstractBufferedDataFetcher is a sensible base implementation of
DataFetcher that uses a byte[] as buffer, to while copying
all bytes from an InputStream to an OutputStream by
sequentially reading from the InputStream into the buffer and then
writing from the buffer to the OutputStream.AbstractDataFetcher is a sensible base implementation of
DataFetcher.AbstractBufferedDataFetcher is a sensible base implementation of
DataFetcher that uses a byte[] as buffer, while copying all
bytes from an InputStream to an OutputStream by sequentially
reading from the InputStream into the buffer and then writing from
the buffer to the OutputStream.BufferedDataFetcher with the default buffer size of
1024 bytes.BufferedDataFetcher with the given buffer size.InputStream into a given
OutputStream.InputStream into a given
OutputStream.InputStream into a given
OutputStream.InputStream into a given
OutputStream.DataFetcher can fetch the entire content of a given
InputStream into a fresh byte[] or copy it into a given
OutputStream.DataFetchException is a specialized IOException that indicates
that a fetch operation of a DataFetcher has failed.DataFetchException with the given message and cause.DataFetchException with the given message.DataFetchException with the given cause.InputStream into a given
OutputStream.InputStream into a fresh byte[].InputStream into a fresh byte[].InputStream into a fresh byte[].InputStream into a fresh byte[].IdleDataFetchProgressListener is a
DataFetchProgressListener with empty methods.NullInputStream is an InputStream that does nothing.NullOutputStream is an OutputStream that does nothing.NullReader is an Reader that does nothing.NullWriter is a Writer that does nothing.AbstractBufferedDataFetcher.doCopy(InputStream, OutputStream, DataFetchProgressListener)
to obtain a byte[] to be used as a buffer.InputStream
has failed.InputStream
has finished.InputStream
has progressed.InputStream
has started.InputStream
has succeeded.AbstractBufferedDataFetcher.doCopy(InputStream, OutputStream, DataFetchProgressListener)
to return a byte[] that has previously been obtained from
AbstractBufferedDataFetcher.obtainBuffer().Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.