Interface JpegUtils.Visitor
- All Known Implementing Classes:
- JpegDecoder
- Enclosing class:
- JpegUtils
public static interface JpegUtils.Visitor
- 
Method SummaryModifier and TypeMethodDescriptionbooleanbeginSos()booleanvisitSegment(int marker, byte[] markerBytes, int segmentLength, byte[] segmentLengthBytes, byte[] segmentData) voidvisitSos(int marker, byte[] markerBytes, byte[] imageData) 
- 
Method Details- 
beginSosboolean beginSos()
- 
visitSegmentboolean visitSegment(int marker, byte[] markerBytes, int segmentLength, byte[] segmentLengthBytes, byte[] segmentData) throws ImagingException, IOException - Throws:
- ImagingException
- IOException
 
- 
visitSos
 
-