-
public interface RiffFileWriterTypeThe type of writers for RIFF files.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite()Write all data to the output file.
-
-
-
Method Detail
-
write
void write() throws RiffWriteExceptionWrite all data to the output file.- Throws:
RiffWriteException- On writer errors
-
-