public interface Tag
Tag
is a value that can be easily extracted from images with
an external install of ExifTool.
parse(String)
hint from each Tag
.
Using this method allow anyone to convert a string value to the correct
data format.
StandardFormat.HUMAN_READABLE
format and
to avoid any compatibility issues with future versions of ExifTool if a
tag's return value is changed.
This approach to leaving returned tag values as strings until
the caller decides they want to parse them is a safer and more robust
approach.
String
values
any way they wish.Modifier and Type | Method and Description |
---|---|
String |
getName()
Used to get the name of the tag (e.g.
|
<T> T |
parse(String value)
Parse given tag to the correct data format.
|
String getName()
<T> T parse(String value)
T
- Type of returned value.value
- Tag Value.Copyright © 2016. All Rights Reserved.