Uses of Class
com.twelvemonkeys.imageio.plugins.jpeg.JPEGSegmentImageInputStream.Segment
Packages that use JPEGSegmentImageInputStream.Segment
-
Uses of JPEGSegmentImageInputStream.Segment in com.twelvemonkeys.imageio.plugins.jpeg
Modifier and TypeClassDescription(package private) static final class
Workaround for a known bug in com.sun.imageio.plugins.jpeg.AdobeMarkerSegment, leaving the buffer in an inconsistent state, if the length of the APP14/Adobe is not exactly 16 bytes.(package private) static final class
Workaround for a known bug in com.sun.imageio.plugins.jpeg.DQTMarkerSegment, throwing exception, if the DQT precision is 16 bits (not 8 bits).(package private) static class
Fields in com.twelvemonkeys.imageio.plugins.jpeg declared as JPEGSegmentImageInputStream.SegmentFields in com.twelvemonkeys.imageio.plugins.jpeg with type parameters of type JPEGSegmentImageInputStream.SegmentModifier and TypeFieldDescriptionprivate final List
<JPEGSegmentImageInputStream.Segment> JPEGSegmentImageInputStream.segments
Methods in com.twelvemonkeys.imageio.plugins.jpeg that return JPEGSegmentImageInputStream.Segment