@Deprecated public class IFDContainer extends Object
Modifier and Type | Field and Description |
---|---|
private List<Long> |
entryOffsets
Deprecated.
|
private short |
numberOfEntries
Deprecated.
|
private long |
offset
Deprecated.
|
Constructor and Description |
---|
IFDContainer(long offset,
short numberOfEntries)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
List<Long> |
getEntryOffsets()
Deprecated.
Returns the list of offsets counted from the beginning of a data stream.
|
short |
getNumberOfEntries()
Deprecated.
Returns the number of entries in this IFD Container.
|
long |
getOffsetOfContainer()
Deprecated.
Returns the offset from the start of a data stream to the address where
this IFD Container begins.
|
long |
getOffsetOfFirstEntry()
Deprecated.
Returns the offset from the start of a data stream to the address where
this IFD Container begins, skipping
IFD.ENTRIES_COUNT_SIZE bytes
that hold the Entry count for this container. |
String |
toString()
Deprecated.
|
private long offset
private short numberOfEntries
public long getOffsetOfContainer()
public long getOffsetOfFirstEntry()
IFD.ENTRIES_COUNT_SIZE
bytes
that hold the Entry count for this container.public List<Long> getEntryOffsets()
public short getNumberOfEntries()
Copyright © 2016 Open Microscopy Environment