public class EXIFServiceImpl extends AbstractService implements EXIFService
Modifier and Type | Field and Description |
---|---|
private com.drew.metadata.exif.ExifSubIFDDirectory |
directory |
Constructor and Description |
---|
EXIFServiceImpl() |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Date |
getCreationDate() |
HashMap<String,String> |
getTags() |
void |
initialize(String file) |
checkClassDependency
public void initialize(String file) throws ServiceException, IOException
initialize
in interface EXIFService
ServiceException
IOException
public HashMap<String,String> getTags()
getTags
in interface EXIFService
public Date getCreationDate()
getCreationDate
in interface EXIFService
public void close() throws IOException
close
in interface EXIFService
IOException
Copyright © 2015 Open Microscopy Environment