| Modifier and Type | Interface and Description |
|---|---|
interface |
CompoundDirectory
CompoundDirectory
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCompoundDirectory
AbstractCompoundDirectory
|
class |
AbstractDirectory
AbstractDirectory
|
| Modifier and Type | Method and Description |
|---|---|
Directory |
CompoundDirectory.getDirectory(int index) |
Directory |
AbstractCompoundDirectory.getDirectory(int index) |
abstract Directory |
MetadataReader.read(ImageInputStream input) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
MetadataWriter.write(Directory directory,
ImageOutputStream stream) |
| Constructor and Description |
|---|
AbstractCompoundDirectory(Collection<? extends Directory> directories) |
| Modifier and Type | Method and Description |
|---|---|
Directory |
EXIFReader.read(ImageInputStream input)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EXIFWriter.write(Directory directory,
ImageOutputStream stream)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Directory |
IPTCReader.read(ImageInputStream input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IPTCWriter.write(Directory directory,
ImageOutputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
Directory |
PSDReader.read(ImageInputStream input) |
| Modifier and Type | Class and Description |
|---|---|
class |
IFD
Represents a TIFF Image File Directory.
|
| Modifier and Type | Method and Description |
|---|---|
Directory |
TIFFReader.read(ImageInputStream input) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
TIFFWriter.write(Directory directory,
ImageOutputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
Directory |
XMPReader.read(ImageInputStream input) |
Copyright © 2024. All rights reserved.