Uses of Interface
net.markenwerk.utils.data.fetcher.DataFetcher
-
Packages that use DataFetcher Package Description net.markenwerk.utils.data.fetcher -
-
Uses of DataFetcher in net.markenwerk.utils.data.fetcher
Classes in net.markenwerk.utils.data.fetcher that implement DataFetcher Modifier and Type Class Description classAbstractBufferedDataFetcherAbstractBufferedDataFetcheris 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.classAbstractDataFetcherAbstractDataFetcheris a sensible base implementation ofDataFetcher.classBufferedDataFetcherAbstractBufferedDataFetcheris a sensible base implementation ofDataFetcherthat uses abyte[]as buffer, while copying all bytes from anInputStreamto anOutputStreamby sequentially reading from theInputStreaminto the buffer and then writing from the buffer to theOutputStream.
-