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