Uses of Class
net.markenwerk.utils.data.fetcher.AbstractBufferedDataFetcher
-
Packages that use AbstractBufferedDataFetcher Package Description net.markenwerk.utils.data.fetcher -
-
Uses of AbstractBufferedDataFetcher in net.markenwerk.utils.data.fetcher
Subclasses of AbstractBufferedDataFetcher in net.markenwerk.utils.data.fetcher Modifier and Type Class Description 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.
-