Serialized Form


Package com.drew.imaging

Class com.drew.imaging.ImageProcessingException extends CompoundException implements Serializable

serialVersionUID: -9115669182209912676L


Package com.drew.imaging.jpeg

Class com.drew.imaging.jpeg.JpegProcessingException extends ImageProcessingException implements Serializable

serialVersionUID: -7870179776125450158L

Class com.drew.imaging.jpeg.JpegSegmentData extends Object implements Serializable

serialVersionUID: 7110175216435025451L

Serialized Fields

_segmentDataMap

HashMap<K,V> _segmentDataMap
A map of byte[], keyed by the segment marker


Package com.drew.imaging.tiff

Class com.drew.imaging.tiff.TiffProcessingException extends ImageProcessingException implements Serializable

serialVersionUID: -1658134119488001891L


Package com.drew.lang

Class com.drew.lang.BufferBoundsException extends Exception implements Serializable

serialVersionUID: 2911102837808946396L

Class com.drew.lang.CompoundException extends Exception implements Serializable

serialVersionUID: -9207883813472069925L

Serialized Fields

_innerException

Throwable _innerException

Class com.drew.lang.Rational extends Number implements Serializable

serialVersionUID: 510688928138848770L

Serialized Fields

_numerator

long _numerator
Holds the numerator.


_denominator

long _denominator
Holds the denominator.


Package com.drew.metadata

Class com.drew.metadata.MetadataException extends CompoundException implements Serializable

serialVersionUID: 8612756143363919682L


Package com.drew.metadata.jpeg

Class com.drew.metadata.jpeg.JpegComponent extends Object implements Serializable

serialVersionUID: 61121257899091914L

Serialized Fields

_componentId

int _componentId

_samplingFactorByte

int _samplingFactorByte

_quantizationTableNumber

int _quantizationTableNumber



Copyright © 2012. All Rights Reserved.