public class FileDirectoryEntry extends Object implements Comparable<FileDirectoryEntry>
| Constructor and Description |
|---|
FileDirectoryEntry(FieldTagType fieldTag,
FieldType fieldType,
long typeCount,
Object values)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(FileDirectoryEntry other) |
boolean |
equals(Object obj) |
FieldTagType |
getFieldTag()
Get the field tag type
|
FieldType |
getFieldType()
Get the field type
|
long |
getTypeCount()
Get the type count
|
Object |
getValues()
Get the values
|
int |
hashCode() |
long |
sizeOfValues()
Size of the values not included in the directory entry bytes
|
long |
sizeWithValues()
Size in bytes of the image file directory entry and its values (not
contiguous bytes)
|
public FileDirectoryEntry(FieldTagType fieldTag, FieldType fieldType, long typeCount, Object values)
fieldTag - field tag typefieldType - field typetypeCount - type countvalues - valuespublic FieldTagType getFieldTag()
public FieldType getFieldType()
public long getTypeCount()
public Object getValues()
public long sizeWithValues()
public long sizeOfValues()
public int compareTo(FileDirectoryEntry other)
compareTo in interface Comparable<FileDirectoryEntry>Copyright © 2016 National Geospatial-Intelligence Agency. All rights reserved.