Uses of Package
net.markenwerk.utils.data.fetcher
-
Packages that use net.markenwerk.utils.data.fetcher Package Description net.markenwerk.utils.data.fetcher -
Classes in net.markenwerk.utils.data.fetcher used by net.markenwerk.utils.data.fetcher Class Description AbstractBufferedDataFetcher AbstractBufferedDataFetcheris a sensible base implementation ofDataFetcherthat uses abyte[]as buffer, to while copying all bytes from anInputStreamto anOutputStreamby sequentially reading from theInputStreaminto the buffer and then writing from the buffer to theOutputStream.AbstractDataFetcher AbstractDataFetcheris a sensible base implementation ofDataFetcher.DataFetcher ADataFetchercan fetch the entire content of a givenInputStreaminto a freshbyte[]or copy it into a givenOutputStream.DataFetchException ADataFetchExceptionis a specializedIOExceptionthat indicates that a fetch operation of aDataFetcherhas failed.DataFetchProgressListener