Interface AvroBuilder<T>

    • Method Detail

      • createWriter

        org.apache.avro.file.DataFileWriter<T> createWriter​(OutputStream outputStream)
                                                     throws IOException
        Creates and configures an Avro writer to the given output file.
        Throws:
        IOException