Interface RiffFileParserProviderType

All Known Implementing Classes:
RiffParsers

public interface RiffFileParserProviderType
The type of parser providers.
  • Method Details

    • createForByteBuffer

      RiffFileParserType createForByteBuffer(URI source, ByteBuffer data)
      Create a parser from the data in the given byte buffer.
      Parameters:
      source - The URI of the source
      data - The input data
      Returns:
      A new parser