-
public interface RiffFileWriterDescriptionTypeA description of a RIFF file to be built.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteOrderbyteOrder()java.util.stream.Stream<RiffFileWriterChunkDescriptionType>linearizedChunks()RiffFileWriterChunkDescriptionTyperootChunk()
-
-
-
Method Detail
-
byteOrder
java.nio.ByteOrder byteOrder()
- Returns:
- The byte order of the file to be created
-
rootChunk
RiffFileWriterChunkDescriptionType rootChunk()
- Returns:
- The root chunk of the file to be created
-
linearizedChunks
java.util.stream.Stream<RiffFileWriterChunkDescriptionType> linearizedChunks()
- Returns:
- A stream of chunks in linear order
-
-