Uses of Class
org.apache.commons.imaging.formats.jpeg.segments.Segment
-
Packages that use Segment Package Description org.apache.commons.imaging.formats.jpeg The JPEG image format.org.apache.commons.imaging.formats.jpeg.segments JPEG image format segments. -
-
Uses of Segment in org.apache.commons.imaging.formats.jpeg
Methods in org.apache.commons.imaging.formats.jpeg that return types with arguments of type Segment Modifier and Type Method Description List<Segment>JpegImageParser. readSegments(ByteSource byteSource, int[] markers, boolean returnAfterFirst) -
Uses of Segment in org.apache.commons.imaging.formats.jpeg.segments
Subclasses of Segment in org.apache.commons.imaging.formats.jpeg.segments Modifier and Type Class Description classApp13SegmentclassApp14Segmenthttp://www.aiim.org/documents/standards/PDF-Ref/References/Adobe/5116.DCT_Filter.pdfclassApp2SegmentclassAppnSegmentclassComSegmentclassDhtSegmentclassDqtSegmentclassGenericSegmentclassJfifSegmentclassSofnSegmentclassSosSegmentclassUnknownSegment
-