Class InputStreamByteSource.Block
- java.lang.Object
-
- org.apache.commons.imaging.bytesource.InputStreamByteSource.Block
-
- Enclosing class:
- InputStreamByteSource
private final class InputStreamByteSource.Block extends java.lang.ObjectA block of bytes (a byte array).
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[]bytesprivate InputStreamByteSource.Blocknextprivate booleantriedNext
-
Constructor Summary
Constructors Constructor Description Block(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description (package private) InputStreamByteSource.BlockgetNext()(package private) intlength()
-
-
-
Field Detail
-
bytes
final byte[] bytes
-
next
private InputStreamByteSource.Block next
-
triedNext
private boolean triedNext
-
-
Method Detail
-
getNext
InputStreamByteSource.Block getNext() throws java.io.IOException
- Throws:
java.io.IOException
-
length
int length()
-
-