Interface JpegUtils.Visitor

All Known Implementing Classes:
JpegDecoder
Enclosing class:
JpegUtils

public static interface JpegUtils.Visitor
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    boolean
    visitSegment(int marker, byte[] markerBytes, int segmentLength, byte[] segmentLengthBytes, byte[] segmentData)
     
    void
    visitSos(int marker, byte[] markerBytes, byte[] imageData)
     
  • Method Details

    • beginSos

      boolean beginSos()
    • visitSegment

      boolean visitSegment(int marker, byte[] markerBytes, int segmentLength, byte[] segmentLengthBytes, byte[] segmentData) throws ImagingException, IOException
      Throws:
      ImagingException
      IOException
    • visitSos

      void visitSos(int marker, byte[] markerBytes, byte[] imageData)