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