|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.attachment.metadata.ERUnparsedMetadataDirectory
public class ERUnparsedMetadataDirectory
An ERUnparsedMetadataDirectory represents a byte stream of metadata from an image file that needs to be processed to be converted into real metadata.
Field Summary |
---|
Fields inherited from interface er.attachment.metadata.IERMetadataDirectory |
---|
EXIF, IPTC, JFIF, PDF, TIFF |
Constructor Summary | |
---|---|
ERUnparsedMetadataDirectory(java.io.File file,
java.lang.String directoryName,
byte[] metadata)
Constructs a new unparsed metadata stream. |
Method Summary | |
---|---|
java.lang.String |
getDirectoryName()
Returns the name of the directory that this byte stream corresponds to. |
java.io.File |
getFile()
Returns the original image file. |
byte[] |
getMetadata()
Returns the metadata byte stream |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ERUnparsedMetadataDirectory(java.io.File file, java.lang.String directoryName, byte[] metadata)
file
- the original filedirectoryName
- the name of the directorymetadata
- the metadata streamMethod Detail |
---|
public java.io.File getFile()
public java.lang.String getDirectoryName()
getDirectoryName
in interface IERMetadataDirectory
public byte[] getMetadata()
public java.lang.String toString()
toString
in class java.lang.Object
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |