Uses of Interface
com.io7m.jspiel.api.RiffChunkDataWriterType
-
Packages that use RiffChunkDataWriterType Package Description com.io7m.jspiel.api RIFF I/O (API) -
-
Uses of RiffChunkDataWriterType in com.io7m.jspiel.api
Methods in com.io7m.jspiel.api that return types with arguments of type RiffChunkDataWriterType Modifier and Type Method Description java.util.Optional<RiffChunkDataWriterType>RiffFileWriterChunkDescriptionType. dataWriter()Methods in com.io7m.jspiel.api with parameters of type RiffChunkDataWriterType Modifier and Type Method Description RiffChunkBuilderTypeRiffChunkBuilderType. setDataWriter(RiffChunkDataWriterType writer)Set the data writer for the chunk.
-