Interface OutputStreamBasedCompactingFileWriter

    • Method Detail

      • asOutputStream

        OutputStream asOutputStream()
                             throws IOException
        Gets the output stream underlying the writer. The close method of the returned stream should never be called.
        Returns:
        The output stream to write the compacting file.
        Throws:
        IOException - Thrown if acquiring the stream fails.