Class ByteSourceInputStream.CacheBlock
- java.lang.Object
-
- org.apache.commons.imaging.common.bytesource.ByteSourceInputStream.CacheBlock
-
- Enclosing class:
- ByteSourceInputStream
private class ByteSourceInputStream.CacheBlock extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description byte[]
bytes
private ByteSourceInputStream.CacheBlock
next
private boolean
triedNext
-
Constructor Summary
Constructors Constructor Description CacheBlock(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteSourceInputStream.CacheBlock
getNext()
-
-
-
Field Detail
-
bytes
public final byte[] bytes
-
next
private ByteSourceInputStream.CacheBlock next
-
triedNext
private boolean triedNext
-
-
Method Detail
-
getNext
public ByteSourceInputStream.CacheBlock getNext() throws java.io.IOException
- Throws:
java.io.IOException
-
-