Uses of Class
org.apache.commons.imaging.formats.jpeg.decoder.JpegInputStream
-
Packages that use JpegInputStream Package Description org.apache.commons.imaging.formats.jpeg.decoder JPEG image format decoder. -
-
Uses of JpegInputStream in org.apache.commons.imaging.formats.jpeg.decoder
Methods in org.apache.commons.imaging.formats.jpeg.decoder that return JpegInputStream Modifier and Type Method Description (package private) static JpegInputStream[]
JpegDecoder. splitByRstMarkers(int[] scanPayload)
Returns an array of JpegInputStream where each field contains the JpegInputStream for one interval.Methods in org.apache.commons.imaging.formats.jpeg.decoder with parameters of type JpegInputStream Modifier and Type Method Description private int
JpegDecoder. decode(JpegInputStream is, DhtSegment.HuffmanTable huffmanTable)
private void
JpegDecoder. readMCU(JpegInputStream is, int[] preds, Block[] mcu)
private int
JpegDecoder. receive(int ssss, JpegInputStream is)
-