org.apache.sanselan.formats.jpeg
Interface JpegUtils.Visitor

Enclosing class:
JpegUtils

public static interface JpegUtils.Visitor


Method Summary
 boolean beginSOS()
           
 boolean visitSegment(int marker, byte[] markerBytes, int segmentLength, byte[] segmentLengthBytes, byte[] segmentData)
           
 void visitSOS(int marker, byte[] markerBytes, byte[] imageData)
           
 

Method Detail

beginSOS

boolean beginSOS()

visitSOS

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

visitSegment

boolean visitSegment(int marker,
                     byte[] markerBytes,
                     int segmentLength,
                     byte[] segmentLengthBytes,
                     byte[] segmentData)
                     throws ImageReadException,
                            java.io.IOException
Throws:
ImageReadException
java.io.IOException


Copyright © 2007-2009. All Rights Reserved.