Uses of Interface
com.drew.lang.BufferReader

Packages that use BufferReader
com.drew.lang Contains classes of generic utility. 
com.drew.metadata Provides classes for generic modelling of metadata directories and tags. 
com.drew.metadata.adobe   
com.drew.metadata.exif Contains classes for the extraction and modelling of Exif metadata and camera manufacturer-specific makernotes. 
com.drew.metadata.icc   
com.drew.metadata.iptc Contains classes for the extraction and modelling of IPTC metadata. 
com.drew.metadata.jfif Contains classes for the extraction and modelling of JFIF metadata. 
com.drew.metadata.jpeg Contains classes for the extraction and modelling of JPEG file format metadata. 
com.drew.metadata.photoshop Contains classes for the extraction and modelling of Photoshop metadata. 
com.drew.metadata.xmp Contains classes for the extraction and modelling of Adobe's XMP metadata. 
 

Uses of BufferReader in com.drew.lang
 

Classes in com.drew.lang that implement BufferReader
 class ByteArrayReader
          Provides methods to read specific values from a byte array, with a consistent, checked exception structure for issues.
 class RandomAccessFileReader
          Provides methods to read specific values from a byte array, with a consistent, checked exception structure for issues.
 

Uses of BufferReader in com.drew.metadata
 

Methods in com.drew.metadata with parameters of type BufferReader
 void MetadataReader.extract(BufferReader reader, Metadata metadata)
          Extract metadata from the source and merge it into an existing Metadata object.
 

Uses of BufferReader in com.drew.metadata.adobe
 

Methods in com.drew.metadata.adobe with parameters of type BufferReader
 void AdobeJpegReader.extract(BufferReader reader, Metadata metadata)
           
 

Uses of BufferReader in com.drew.metadata.exif
 

Methods in com.drew.metadata.exif with parameters of type BufferReader
 void ExifReader.extract(BufferReader reader, Metadata metadata)
          Performs the Exif data extraction, adding found values to the specified instance of Metadata.
 void ExifReader.extractTiff(BufferReader reader, Metadata metadata)
          Performs the Exif data extraction on a TIFF/RAW, adding found values to the specified instance of Metadata.
 

Uses of BufferReader in com.drew.metadata.icc
 

Methods in com.drew.metadata.icc with parameters of type BufferReader
 void IccReader.extract(BufferReader reader, Metadata metadata)
           
 

Uses of BufferReader in com.drew.metadata.iptc
 

Methods in com.drew.metadata.iptc with parameters of type BufferReader
 void IptcReader.extract(BufferReader reader, Metadata metadata)
          Performs the IPTC data extraction, adding found values to the specified instance of Metadata.
 

Uses of BufferReader in com.drew.metadata.jfif
 

Methods in com.drew.metadata.jfif with parameters of type BufferReader
 void JfifReader.extract(BufferReader reader, Metadata metadata)
          Performs the Jfif data extraction, adding found values to the specified instance of Metadata.
 

Uses of BufferReader in com.drew.metadata.jpeg
 

Methods in com.drew.metadata.jpeg with parameters of type BufferReader
 void JpegReader.extract(BufferReader reader, Metadata metadata)
          Performs the Jpeg data extraction, adding found values to the specified instance of Metadata.
 void JpegCommentReader.extract(BufferReader reader, Metadata metadata)
          Performs the Jpeg data extraction, adding found values to the specified instance of Metadata.
 

Uses of BufferReader in com.drew.metadata.photoshop
 

Methods in com.drew.metadata.photoshop with parameters of type BufferReader
 void PsdReader.extract(BufferReader reader, Metadata metadata)
           
 void PhotoshopReader.extract(BufferReader reader, Metadata metadata)
           
 

Uses of BufferReader in com.drew.metadata.xmp
 

Methods in com.drew.metadata.xmp with parameters of type BufferReader
 void XmpReader.extract(BufferReader reader, Metadata metadata)
          Performs the XMP data extraction, adding found values to the specified instance of Metadata.
 



Copyright © 2012. All Rights Reserved.