public class ExtraMetadataProxy extends <any> implements ExtraMetadata
Constructor and Description |
---|
ExtraMetadataProxy() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getIdentifier()
Gets the identifier of this extra metadata.
|
java.io.InputStream |
getValue()
Gets the value of this extra metadata.
|
public java.lang.String getIdentifier()
ExtraMetadata
getIdentifier
in interface ExtraMetadata
public java.io.InputStream getValue() throws java.io.IOException
ExtraMetadata
getValue
in interface ExtraMetadata
java.io.IOException
- if an I/O error occurs.