Uses of Interface
com.io7m.jspiel.api.RiffFileWriterDescriptionType
-
Packages that use RiffFileWriterDescriptionType Package Description com.io7m.jspiel.api RIFF I/O (API)com.io7m.jspiel.vanilla RIFF I/O (Vanilla implementation) -
-
Uses of RiffFileWriterDescriptionType in com.io7m.jspiel.api
Methods in com.io7m.jspiel.api that return RiffFileWriterDescriptionType Modifier and Type Method Description RiffFileWriterDescriptionTypeRiffFileBuilderType. build()Build a file description using all of the information provided so far.RiffFileWriterDescriptionTypeRiffFileWriterChunkDescriptionType. file()Methods in com.io7m.jspiel.api with parameters of type RiffFileWriterDescriptionType 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 RiffFileWriterDescriptionType in com.io7m.jspiel.vanilla
Methods in com.io7m.jspiel.vanilla with parameters of type RiffFileWriterDescriptionType Modifier and Type Method Description RiffFileWriterTypeRiffWriters. createForChannel(java.net.URI source, RiffFileWriterDescriptionType description, java.nio.channels.SeekableByteChannel channel)
-