Interface RiffFileType


  • public interface RiffFileType
    A parsed riff file.
    • 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