public class IfdReader extends Object
| Constructor and Description |
|---|
IfdReader() |
| Modifier and Type | Method and Description |
|---|---|
IFD |
getIfd()
Gets the ifd.
|
int |
getNextIfdOffset()
Gets the next ifd offset.
|
void |
readImage()
Reads the image, which can be stored in strips and/or in tiles.
|
void |
setIfd(IFD ifd)
Sets the ifd.
|
void |
setNextIfdOffset(int offset)
Sets the next ifd offset.
|
public int getNextIfdOffset()
public IFD getIfd()
public void setIfd(IFD ifd)
ifd - the new ifdpublic void setNextIfdOffset(int offset)
offset - the new next ifd offsetpublic void readImage()
Copyright © 2015–2020. All rights reserved.