| Package | Description |
|---|---|
| net.markenwerk.utils.data.fetcher |
| Modifier and Type | Class and Description |
|---|---|
class |
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. |
class |
AbstractDataFetcher
AbstractDataFetcher is a sensible base implementation of
DataFetcher. |
class |
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. |
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.