| Interface | Description |
|---|---|
| DataFetcher |
A
DataFetcher can fetch the entire content of a given
InputStream into a fresh byte[] or copy it into a given
OutputStream. |
| DataFetchProgressListener |
| Class | Description |
|---|---|
| AbstractBufferedDataFetcher |
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 |
AbstractDataFetcher is a sensible base implementation of
DataFetcher. |
| BufferedDataFetcher |
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. |
| IdleDataFetchProgressListener |
An
IdleDataFetchProgressListener is a
DataFetchProgressListener with empty methods. |
| Exception | Description |
|---|---|
| DataFetchException |
A
DataFetchException is a specialized IOException that indicates
that a fetch operation of a DataFetcher has failed. |
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.