Interface RiffFileWriterProviderType

  • All Known Implementing Classes:
    RiffWriters

    public interface RiffFileWriterProviderType
    The type of writer providers.
    • 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 target
        description - The description of the target file
        channel - The output channel
        Returns:
        A new writer
        Throws:
        RiffWriteException - On errors