Class ByteSource
java.lang.Object
org.apache.commons.imaging.common.bytesource.ByteSource
- Direct Known Subclasses:
ByteSourceArray,ByteSourceFile,ByteSourceInputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract byte[]getAll()byte[]getBlock(int start, int length) abstract byte[]getBlock(long start, int length) abstract Stringfinal Stringabstract InputStreamfinal InputStreamgetInputStream(long start) abstract long
-
Constructor Details
-
ByteSource
-
-
Method Details
-
getInputStream
- Throws:
IOException
-
getInputStream
- Throws:
IOException
-
getBlock
- Throws:
IOException
-
getBlock
- Throws:
IOException
-
getAll
- Throws:
IOException
-
getLength
- Throws:
IOException
-
getDescription
-
getFilename
-