-
public interface RiffFileTypeA parsed riff file.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description java.nio.ByteOrderbyteOrder()java.util.List<RiffChunkType>chunks()default java.util.stream.Stream<RiffChunkType>linearizedDescendantChunks()
-
-
-
Method Detail
-
chunks
java.util.List<RiffChunkType> chunks()
- Returns:
- The chunks contained within the file
-
byteOrder
java.nio.ByteOrder byteOrder()
- Returns:
- The byte order of the underlying file
-
linearizedDescendantChunks
default java.util.stream.Stream<RiffChunkType> linearizedDescendantChunks()
- Returns:
- The list of chunks in (depth-first) order
-
-