Uses of Interface
com.io7m.jspiel.api.RiffFileWriterType
-
Packages that use RiffFileWriterType Package Description com.io7m.jspiel.api RIFF I/O (API)com.io7m.jspiel.vanilla RIFF I/O (Vanilla implementation) -
-
Uses of RiffFileWriterType in com.io7m.jspiel.api
Methods in com.io7m.jspiel.api that return RiffFileWriterType Modifier and Type Method Description RiffFileWriterTypeRiffFileWriterProviderType. createForChannel(java.net.URI source, RiffFileWriterDescriptionType description, java.nio.channels.SeekableByteChannel channel)Create a writer for the given byte channel. -
Uses of RiffFileWriterType in com.io7m.jspiel.vanilla
Methods in com.io7m.jspiel.vanilla that return RiffFileWriterType Modifier and Type Method Description RiffFileWriterTypeRiffWriters. createForChannel(java.net.URI source, RiffFileWriterDescriptionType description, java.nio.channels.SeekableByteChannel channel)
-