Class Block
- java.lang.Object
-
- org.apache.commons.imaging.formats.jpeg.decoder.Block
-
final class Block extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intheight(package private) int[]samples(package private) static intSHALLOW_SIZE(package private) intwidth
-
Constructor Summary
Constructors Constructor Description Block(int width, int height)
-
-
-
Field Detail
-
SHALLOW_SIZE
static final int SHALLOW_SIZE
- See Also:
- Constant Field Values
-
samples
final int[] samples
-
width
final int width
-
height
final int height
-
-