Class ResilientFileOutputStream

  • All Implemented Interfaces:
    java.io.Closeable, java.io.Flushable, java.lang.AutoCloseable

    @Deprecated(since="2022-01-27")
    public class ResilientFileOutputStream
    extends ResilientOutputStreamBase
    Deprecated.
    • Constructor Detail

      • ResilientFileOutputStream

        public ResilientFileOutputStream​(java.io.File file,
                                         boolean append,
                                         long bufferSize)
                                  throws java.io.FileNotFoundException
        Deprecated.
        Throws:
        java.io.FileNotFoundException
    • Method Detail

      • getChannel

        public java.nio.channels.FileChannel getChannel()
        Deprecated.
      • getFile

        public java.io.File getFile()
        Deprecated.
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object