Uses of Class
org.apache.commons.imaging.common.bytesource.ByteSourceInputStream.CacheBlock
-
Packages that use ByteSourceInputStream.CacheBlock Package Description org.apache.commons.imaging.common.bytesource Encapsulates sources from which data may be read. -
-
Uses of ByteSourceInputStream.CacheBlock in org.apache.commons.imaging.common.bytesource
Fields in org.apache.commons.imaging.common.bytesource declared as ByteSourceInputStream.CacheBlock Modifier and Type Field Description private ByteSourceInputStream.CacheBlockByteSourceInputStream.CacheReadingInputStream. blockprivate ByteSourceInputStream.CacheBlockByteSourceInputStream. cacheHeadprivate ByteSourceInputStream.CacheBlockByteSourceInputStream.CacheBlock. nextMethods in org.apache.commons.imaging.common.bytesource that return ByteSourceInputStream.CacheBlock Modifier and Type Method Description private ByteSourceInputStream.CacheBlockByteSourceInputStream. getFirstBlock()ByteSourceInputStream.CacheBlockByteSourceInputStream.CacheBlock. getNext()private ByteSourceInputStream.CacheBlockByteSourceInputStream. readBlock()
-