Class FileOutputWriter

java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
com.strobel.decompiler.FileOutputWriter
All Implemented Interfaces:
Closeable, Flushable, Appendable, AutoCloseable

final class FileOutputWriter extends OutputStreamWriter
  • Field Details

    • file

      private final File file
  • Constructor Details

  • Method Details

    • getFile

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