Class RefCountedFSOutputStream

    • Constructor Detail

      • RefCountedFSOutputStream

        public RefCountedFSOutputStream()
    • Method Detail

      • getInputFile

        public abstract File getInputFile()
        Gets the underlying File that allows to read the contents of the file.
        Returns:
        A handle to the File object.
      • isClosed

        public abstract boolean isClosed()
                                  throws IOException
        Checks if the file is closed for writes.
        Returns:
        {@link true} if the file is closed, {@link false} otherwise.
        Throws:
        IOException