| Package | Description |
|---|---|
| net.markenwerk.utils.data.fetcher |
| Modifier and Type | Method and Description |
|---|---|
void |
IdleDataFetchProgressListener.onFailed(DataFetchException exception,
Long bytesFetched) |
void |
DataFetchProgressListener.onFailed(DataFetchException exception,
Long bytesFetched)
Indicates that the process of fetching bytes from an
InputStream
has failed. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDataFetcher.copy(InputStream in,
OutputStream out) |
void |
DataFetcher.copy(InputStream in,
OutputStream out)
Copies the content of a given
InputStream into a given
OutputStream. |
void |
AbstractDataFetcher.copy(InputStream in,
OutputStream out,
boolean closeIn,
boolean closeOut) |
void |
DataFetcher.copy(InputStream in,
OutputStream out,
boolean closeIn,
boolean closeOut)
Copies the content of a given
InputStream into a given
OutputStream. |
void |
AbstractDataFetcher.copy(InputStream in,
OutputStream out,
DataFetchProgressListener listener) |
void |
DataFetcher.copy(InputStream in,
OutputStream out,
DataFetchProgressListener listener)
Copies the content of a given
InputStream into a given
OutputStream. |
void |
AbstractDataFetcher.copy(InputStream in,
OutputStream out,
DataFetchProgressListener listener,
boolean closeIn,
boolean closeOut) |
void |
DataFetcher.copy(InputStream in,
OutputStream out,
DataFetchProgressListener listener,
boolean closeIn,
boolean closeOut)
Copies the content of a given
InputStream into a given
OutputStream. |
protected abstract void |
AbstractDataFetcher.doCopy(InputStream in,
OutputStream out,
DataFetchProgressListener listener)
Copies the content of a given
InputStream into a given
OutputStream. |
protected void |
AbstractBufferedDataFetcher.doCopy(InputStream in,
OutputStream out,
DataFetchProgressListener listener) |
byte[] |
AbstractDataFetcher.fetch(InputStream in) |
byte[] |
DataFetcher.fetch(InputStream in)
Fetches the content of a given
InputStream into a fresh byte[]. |
byte[] |
AbstractDataFetcher.fetch(InputStream in,
boolean close) |
byte[] |
DataFetcher.fetch(InputStream in,
boolean close)
Fetches the content of a given
InputStream into a fresh byte[]. |
byte[] |
AbstractDataFetcher.fetch(InputStream in,
DataFetchProgressListener listener) |
byte[] |
DataFetcher.fetch(InputStream in,
DataFetchProgressListener listener)
Fetches the content of a given
InputStream into a fresh byte[]. |
byte[] |
AbstractDataFetcher.fetch(InputStream in,
DataFetchProgressListener listener,
boolean close) |
byte[] |
DataFetcher.fetch(InputStream in,
DataFetchProgressListener listener,
boolean close)
Fetches the content of a given
InputStream into a fresh byte[]. |
Copyright © 2015–2016 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.