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 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)