Interface FileBasedSink.WritableByteChannelFactory

    • Method Detail

      • create

        java.nio.channels.WritableByteChannel create​(java.nio.channels.WritableByteChannel channel)
                                              throws java.io.IOException
        Parameters:
        channel - the WritableByteChannel to wrap
        Returns:
        the WritableByteChannel to be used during output
        Throws:
        java.io.IOException