com.twelvemonkeys.imageio.metadata.jpeg
Class JPEGSegment
java.lang.Object
com.twelvemonkeys.imageio.metadata.jpeg.JPEGSegment
- All Implemented Interfaces:
- Serializable
public final class JPEGSegment
- extends Object
- implements Serializable
Represents a JPEG segment.
- Version:
- $Id: JPEGSegment.java,v 1.0 02.03.11 10.44 haraldk Exp$
- Author:
- Harald Kuhr, last modified by $Author: haraldk$
- See Also:
- Serialized Form
marker
public int marker()
identifier
public String identifier()
data
public InputStream data()
length
public int length()
toString
public String toString()
- Overrides:
toString in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
Copyright © 2015. All Rights Reserved.