public abstract class TiffElement extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TiffElement.DataElement |
static class |
TiffElement.Stub |
Modifier and Type | Field and Description |
---|---|
static Comparator<TiffElement> |
COMPARATOR |
int |
length |
long |
offset |
Constructor and Description |
---|
TiffElement(long offset,
int length) |
public final long offset
public final int length
public static final Comparator<TiffElement> COMPARATOR
public abstract String getElementDescription()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.