Interface WritableJobFile

    • Method Detail

      • getOutputStream

        OutputStream getOutputStream()
                              throws IOException
        Get the output stream to write to the JobFile. This is not a caching call and a new OutputStream will be returned for each subsequent call. NOTE: It is the callers responsibility to close the OutputStream.
        Returns:
        the output stream to write the contents of the JobFile
        Throws:
        IOException - if the file cannot be created