public interface MetadataDecoder
| Modifier and Type | Method and Description |
|---|---|
Metadata |
decode(MetadataInputBuffer inputBuffer)
Decodes a
Metadata element from the provided input buffer. |
Metadata decode(MetadataInputBuffer inputBuffer) throws MetadataDecoderException
Metadata element from the provided input buffer.inputBuffer - The input buffer to decode.MetadataDecoderException - If a problem occurred decoding the data.