-
- All Known Implementing Classes:
RiffParsers
public interface RiffFileParserProviderTypeThe type of parser providers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RiffFileParserTypecreateForByteBuffer(java.net.URI source, java.nio.ByteBuffer data)Create a parser from the data in the given byte buffer.
-
-
-
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 sourcedata- The input data- Returns:
- A new parser
-
-