public class ERUnparsedMetadataDirectory extends Object implements IERMetadataDirectory
Constructor and Description |
---|
ERUnparsedMetadataDirectory(File file,
String directoryName,
byte[] metadata)
Constructs a new unparsed metadata stream.
|
Modifier and Type | Method and Description |
---|---|
String |
getDirectoryName()
Returns the name of the directory that this byte stream corresponds to.
|
File |
getFile()
Returns the original image file.
|
byte[] |
getMetadata()
Returns the metadata byte stream
|
String |
toString() |
public ERUnparsedMetadataDirectory(File file, String directoryName, byte[] metadata)
file
- the original filedirectoryName
- the name of the directorymetadata
- the metadata stream
新パースされていないメタデータ・ストリームを作成します。file
- - オリジナル・ファイルdirectoryName
- - ディレクトリ名metadata
- - メタデータ・ストリーム
public File getFile()
public String getDirectoryName()
getDirectoryName
in interface IERMetadataDirectory
public byte[] getMetadata()
Copyright © 2002 – 2024 Project Wonder.