public class ERUnparsedMetadataDirectory extends java.lang.Object implements IERMetadataDirectory
| Constructor and Description |
|---|
ERUnparsedMetadataDirectory(java.io.File file,
java.lang.String directoryName,
byte[] metadata)
Constructs a new unparsed metadata stream.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public ERUnparsedMetadataDirectory(java.io.File file,
java.lang.String directoryName,
byte[] metadata)
file - the original filedirectoryName - the name of the directorymetadata - the metadata stream
新パースされていないメタデータ・ストリームを作成します。file - - オリジナル・ファイルdirectoryName - - ディレクトリ名metadata - - メタデータ・ストリーム
public java.io.File getFile()
public java.lang.String getDirectoryName()
getDirectoryName in interface IERMetadataDirectorypublic byte[] getMetadata()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2002 – 2022 Project Wonder.