Interface RiffFileParserProviderType

  • All Known Implementing Classes:
    RiffParsers

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

      • createForByteBuffer

        RiffFileParserType createForByteBuffer​(java.net.URI source,
                                               java.nio.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