com.twelvemonkeys.imageio.metadata.jpeg
Class JPEGSegment

java.lang.Object
  extended by 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

Method Summary
 InputStream data()
           
 boolean equals(Object other)
           
 int hashCode()
           
 String identifier()
           
 int length()
           
 int marker()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.