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