public final class SpliceInfoDecoder extends java.lang.Object implements MetadataDecoder
Constructor and Description |
---|
SpliceInfoDecoder() |
Modifier and Type | Method and Description |
---|---|
Metadata |
decode(MetadataInputBuffer inputBuffer)
Decodes a
Metadata element from the provided input buffer. |
public Metadata decode(MetadataInputBuffer inputBuffer) throws MetadataDecoderException
MetadataDecoder
Metadata
element from the provided input buffer.decode
in interface MetadataDecoder
inputBuffer
- The input buffer to decode.MetadataDecoderException
- If a problem occurred decoding the data.