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

Packages that use JpegSegmentData
com.drew.imaging.jpeg Contains classes for working with JPEG files. 
 

Uses of JpegSegmentData in com.drew.imaging.jpeg
 

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 Metadata JpegMetadataReader.extractMetadataFromJpegSegmentReader(JpegSegmentData segmentReader)
           
static void JpegSegmentData.toFile(File file, JpegSegmentData segmentData)
          Serialises the contents of a JpegSegmentData to a file.
 



Copyright © 2012. All Rights Reserved.