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 intJpegDecoder. decode(JpegInputStream is, DhtSegment.HuffmanTable huffmanTable)private voidJpegDecoder. readMcu(JpegInputStream is, int[] preds, Block[] mcu)private intJpegDecoder. receive(int ssss, JpegInputStream is)
-