Uses of Interface
com.io7m.jspiel.api.RiffFileParserType
-
Packages that use RiffFileParserType Package Description com.io7m.jspiel.api RIFF I/O (API)com.io7m.jspiel.vanilla RIFF I/O (Vanilla implementation) -
-
Uses of RiffFileParserType in com.io7m.jspiel.api
Methods in com.io7m.jspiel.api that return RiffFileParserType Modifier and Type Method Description RiffFileParserTypeRiffFileParserProviderType. createForByteBuffer(java.net.URI source, java.nio.ByteBuffer data)Create a parser from the data in the given byte buffer. -
Uses of RiffFileParserType in com.io7m.jspiel.vanilla
Methods in com.io7m.jspiel.vanilla that return RiffFileParserType Modifier and Type Method Description RiffFileParserTypeRiffParsers. createForByteBuffer(java.net.URI source, java.nio.ByteBuffer data)
-