public class ExtraMetadataProxy extends Proxy<ExtraMetadataProxy> implements ExtraMetadata
Constructor and Description |
---|
ExtraMetadataProxy() |
Modifier and Type | Method and Description |
---|---|
String |
getIdentifier()
Gets the identifier of this extra metadata.
|
InputStream |
getValue()
Gets the value of this extra metadata.
|
getReference, invoke, invokeBoolean, invokeByte, invokeChar, invokeDouble, invokeFloat, invokeInt, invokeLong, invokeRef, invokeShort
public String getIdentifier()
ExtraMetadata
getIdentifier
in interface ExtraMetadata
public InputStream getValue() throws IOException
ExtraMetadata
getValue
in interface ExtraMetadata
IOException
- if an I/O error occurs.