Uses of Interface
com.io7m.jspiel.api.RiffChunkBuilderType
-
Packages that use RiffChunkBuilderType Package Description com.io7m.jspiel.api RIFF I/O (API) -
-
Uses of RiffChunkBuilderType in com.io7m.jspiel.api
Methods in com.io7m.jspiel.api that return RiffChunkBuilderType Modifier and Type Method Description RiffChunkBuilderTypeRiffChunkBuilderType. addSubChunk(RiffChunkID id)Add a subchunk.RiffChunkBuilderTypeRiffChunkBuilderType. setDataWriter(RiffChunkDataWriterType writer)Set the data writer for the chunk.RiffChunkBuilderTypeRiffChunkBuilderType. setForm(java.lang.String form)Set the form of the chunk.RiffChunkBuilderTypeRiffChunkBuilderType. setForm(java.util.Optional<java.lang.String> form)Set the form of the chunk.RiffChunkBuilderTypeRiffChunkBuilderType. setID(RiffChunkID id)Set the ID of the chunk.RiffChunkBuilderTypeRiffFileBuilderType. setRootChunk(RiffChunkID id, java.lang.String form)Set the root chunk for the file.RiffChunkBuilderTypeRiffChunkBuilderType. setSize(long size)Set the declared size of the chunk.RiffChunkBuilderTypeRiffChunkBuilderType. setSize(java.util.OptionalLong size)Set the declared size of the chunk.
-