Uses of Class
com.drew.imaging.jpeg.JpegSegmentData

Packages that use JpegSegmentData
com.drew.imaging.jpeg Provides classes for reading JPEG format data. 
com.drew.metadata.exif Contains classes for extracting and modelling Exif metadata from various sources and camera manufacturers. 
 

Uses of JpegSegmentData in com.drew.imaging.jpeg
 

Fields in com.drew.imaging.jpeg declared as JpegSegmentData
private  JpegSegmentData JpegSegmentReader._segmentData
           
 

Methods in com.drew.imaging.jpeg that return JpegSegmentData
static JpegSegmentData JpegSegmentData.FromFile(File file)
          Deserialises the contents of a JpegSegmentData from a file.
 JpegSegmentData JpegSegmentReader.getSegmentData()
          Returns the JpegSegmentData object used by this reader.
 

Methods in com.drew.imaging.jpeg with parameters of type JpegSegmentData
static void JpegSegmentData.ToFile(File file, JpegSegmentData segmentData)
          Serialises the contents of a JpegSegmentData to a file.
 

Constructors in com.drew.imaging.jpeg with parameters of type JpegSegmentData
JpegSegmentReader(JpegSegmentData segmentData)
          Creates a JpegSegmentReader for a JpegSegmentData.
 

Uses of JpegSegmentData in com.drew.metadata.exif
 

Constructors in com.drew.metadata.exif with parameters of type JpegSegmentData
ExifReader(JpegSegmentData segmentData)
          Deprecated. Not all files will be Jpegs! This overload doesn't offer much convenience to the caller.