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.CacheBlock
ByteSourceInputStream.CacheReadingInputStream. block
private ByteSourceInputStream.CacheBlock
ByteSourceInputStream. cacheHead
private ByteSourceInputStream.CacheBlock
ByteSourceInputStream.CacheBlock. next
Methods in org.apache.commons.imaging.common.bytesource that return ByteSourceInputStream.CacheBlock Modifier and Type Method Description private ByteSourceInputStream.CacheBlock
ByteSourceInputStream. getFirstBlock()
ByteSourceInputStream.CacheBlock
ByteSourceInputStream.CacheBlock. getNext()
private ByteSourceInputStream.CacheBlock
ByteSourceInputStream. readBlock()
-