| Package | Description |
|---|---|
| net.markenwerk.utils.data.fetcher |
| Class and 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. |
| DataFetcher
A
DataFetcher can fetch the entire content of a given
InputStream into a fresh byte[] or copy it into a given
OutputStream. |
| DataFetchException
A
DataFetchException is a specialized IOException that indicates
that a fetch operation of a DataFetcher has failed. |
| DataFetchProgressListener |
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.