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