-
- All Known Implementing Classes:
RiffWriters
public interface RiffFileWriterProviderTypeThe type of writer providers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RiffFileWriterTypecreateForChannel(java.net.URI source, RiffFileWriterDescriptionType description, java.nio.channels.SeekableByteChannel channel)Create a writer for the given byte channel.
-
-
-
Method Detail
-
createForChannel
RiffFileWriterType createForChannel(java.net.URI source, RiffFileWriterDescriptionType description, java.nio.channels.SeekableByteChannel channel) throws RiffWriteException
Create a writer for the given byte channel.- Parameters:
source- The URI of the targetdescription- The description of the target filechannel- The output channel- Returns:
- A new writer
- Throws:
RiffWriteException- On errors
-
-