Interface BulkWriter.Factory<T>

    • Method Detail

      • create

        BulkWriter<T> create​(FSDataOutputStream out)
                      throws IOException
        Creates a writer that writes to the given stream.
        Parameters:
        out - The output stream to write the encoded data to.
        Throws:
        IOException - Thrown if the writer cannot be opened, or if the output stream throws an exception.