Interface RiffFileType


public interface RiffFileType
A parsed riff file.
  • Method Details

    • chunks

      List<RiffChunkType> chunks()
      Returns:
      The chunks contained within the file
    • byteOrder

      ByteOrder byteOrder()
      Returns:
      The byte order of the underlying file
    • linearizedDescendantChunks

      default Stream<RiffChunkType> linearizedDescendantChunks()
      Returns:
      The list of chunks in (depth-first) order