public class EXIFServiceImpl extends loci.common.services.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() |
java.util.Date |
getCreationDate() |
java.util.HashMap<java.lang.String,java.lang.String> |
getTags() |
void |
initialize(java.lang.String file) |
public void initialize(java.lang.String file) throws loci.common.services.ServiceException, java.io.IOException
initialize
in interface EXIFService
loci.common.services.ServiceException
java.io.IOException
public java.util.HashMap<java.lang.String,java.lang.String> getTags()
getTags
in interface EXIFService
public java.util.Date getCreationDate()
getCreationDate
in interface EXIFService
public void close() throws java.io.IOException
close
in interface EXIFService
java.io.IOException
Copyright © 2024 Open Microscopy Environment