Uses of Class
org.apache.commons.imaging.formats.jpeg.decoder.JpegInputStream
Packages that use JpegInputStream
-
Uses of JpegInputStream in org.apache.commons.imaging.formats.jpeg.decoder
Methods in org.apache.commons.imaging.formats.jpeg.decoder that return JpegInputStreamModifier and TypeMethodDescription(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 JpegInputStreamModifier and TypeMethodDescriptionprivate intJpegDecoder.decode(JpegInputStream is, DhtSegment.HuffmanTable huffmanTable) private voidJpegDecoder.readMcu(JpegInputStream is, int[] preds, Block[] mcu) private intJpegDecoder.receive(int ssss, JpegInputStream is)