Uses of Interface
com.io7m.jspiel.api.RiffFileWriterChunkDescriptionType
-
Packages that use RiffFileWriterChunkDescriptionType Package Description com.io7m.jspiel.api RIFF I/O (API) -
-
Uses of RiffFileWriterChunkDescriptionType in com.io7m.jspiel.api
Methods in com.io7m.jspiel.api that return RiffFileWriterChunkDescriptionType Modifier and Type Method Description RiffFileWriterChunkDescriptionTypeRiffFileWriterDescriptionType. rootChunk()Methods in com.io7m.jspiel.api that return types with arguments of type RiffFileWriterChunkDescriptionType Modifier and Type Method Description java.util.stream.Stream<RiffFileWriterChunkDescriptionType>RiffFileWriterDescriptionType. linearizedChunks()java.util.Optional<RiffFileWriterChunkDescriptionType>RiffFileWriterChunkDescriptionType. parent()java.util.List<RiffFileWriterChunkDescriptionType>RiffFileWriterChunkDescriptionType. subChunks()
-