
Public Member Functions | |
| ImageMagickCommandlineMetadataParser (File imageMagickBinary) | |
| ERMetadataDirectorySet | parseMetadata (File importFile) throws ERMetadataParserException |
Static Public Member Functions | |
| static IERMetadataParser | imageMagickMetadataParser () throws IOException |
Static Public Attributes | |
| static final int | BUFFER_SIZE = 8192 |
Private Member Functions | |
| byte[] | extractMetadata (File importFile, String type) throws IOException, ERMetadataParserException |
Private Attributes | |
| File | _imageMagickBinary |
| ImageMagickCommandlineMetadataParser | ( | File | imageMagickBinary | ) |
| byte [] extractMetadata | ( | File | importFile, | |
| String | type | |||
| ) | throws IOException, ERMetadataParserException [private] |
| static IERMetadataParser imageMagickMetadataParser | ( | ) | throws IOException [static] |
| ERMetadataDirectorySet parseMetadata | ( | File | importFile | ) | throws ERMetadataParserException |
Parses the metadata from the given file.
| importFile | the file to parse metadata file |
| ERMetadataParserException | if metadata parsing fails |
Implements IERMetadataParser.
File _imageMagickBinary [private] |
final int BUFFER_SIZE = 8192 [static] |
1.5.8