Class BitParser
java.lang.Object
org.apache.commons.imaging.formats.png.BitParser
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final byte[] -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetSample(int pixelIndexInScanline, int sampleIndex) intgetSampleAsByte(int pixelIndexInScanline, int sampleIndex)
-
Field Details
-
bytes
private final byte[] bytes -
bitsPerPixel
private final int bitsPerPixel -
bitDepth
private final int bitDepth
-
-
Constructor Details
-
BitParser
BitParser(byte[] bytes, int bitsPerPixel, int bitDepth)
-
-
Method Details
-
getSample
- Throws:
ImagingException
-
getSampleAsByte
- Throws:
ImagingException
-