public class TIFFDirectory extends TIFFNode
| Constructor and Description |
|---|
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index) |
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
IFD ifd,
IFDEntry parentEntry,
java.util.ArrayList<FileSegment> fileSegments) |
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
IFD ifd,
IFDEntry parentEntry,
FileSegment fileSegment) |
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
long offset,
long length,
java.util.ArrayList<FileSegment> fileSegments) |
TIFFDirectory(TagSet tagSet,
TIFFTag tag,
int index,
long offset,
long length,
FileSegment fileSegment) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
java.lang.Object |
getData(TIFFTag tag) |
TIFFField |
getField(TIFFTag tag) |
java.util.ArrayList<FileSegment> |
getFileSegments() |
IFD |
getIFD() |
int |
getIndex() |
long |
getLength() |
java.lang.String |
getName() |
long |
getOffset() |
TagSet |
getTagSet() |
java.lang.String |
toString() |
add, getChildAt, getChildCount, getChildren, getIFDEntry, getParent, getTag, getTagName, getTagNumber, postorderIterator, preorderIterator, removeFromParentpublic TIFFDirectory(TagSet tagSet, TIFFTag tag, int index, IFD ifd, IFDEntry parentEntry, java.util.ArrayList<FileSegment> fileSegments)
public TIFFDirectory(TagSet tagSet, TIFFTag tag, int index, IFD ifd, IFDEntry parentEntry, FileSegment fileSegment)
public TIFFDirectory(TagSet tagSet, TIFFTag tag, int index, long offset, long length, FileSegment fileSegment)
public TIFFDirectory(TagSet tagSet, TIFFTag tag, int index, long offset, long length, java.util.ArrayList<FileSegment> fileSegments)
public IFD getIFD()
public TagSet getTagSet()
public java.lang.String getName()
public int getIndex()
public int getCount()
public long getOffset()
public long getLength()
public java.util.ArrayList<FileSegment> getFileSegments()
public java.lang.Object getData(TIFFTag tag)
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2022. All Rights Reserved.