Class FileOutputWriter

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

    final class FileOutputWriter
    extends java.io.OutputStreamWriter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.io.File file  
      • Fields inherited from class java.io.Writer

        lock
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.io.File getFile()
      Returns the file to which 'this' is writing.
      • Methods inherited from class java.io.OutputStreamWriter

        append, append, close, flush, getEncoding, write, write, write
      • Methods inherited from class java.io.Writer

        append, nullWriter, write, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • file

        private final java.io.File file
    • Constructor Detail

      • FileOutputWriter

        FileOutputWriter​(java.io.File file,
                         DecompilerSettings settings)
                  throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getFile

        public java.io.File getFile()
        Returns the file to which 'this' is writing.
        Returns:
        the file to which 'this' is writing