public class JPEGBitStream extends Object
Constructor and Description |
---|
JPEGBitStream(ByteBuffer b,
VLC[] huff,
int lumaLen) |
Modifier and Type | Method and Description |
---|---|
void |
readACValues(int[] target,
VLC table) |
int |
readDCValue(int prevDC,
VLC table) |
void |
readMCU(int[][] buf) |
int |
toValue(int raw,
int length) |
public JPEGBitStream(ByteBuffer b, VLC[] huff, int lumaLen)
Copyright © 2019. All rights reserved.