Package com.strobel.decompiler
Class FileOutputWriter
- java.lang.Object
-
- java.io.Writer
-
- java.io.OutputStreamWriter
-
- com.strobel.decompiler.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
-
Constructor Summary
Constructors Constructor Description FileOutputWriter(java.io.File file, DecompilerSettings settings)
-
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.
-
-
-
Constructor Detail
-
FileOutputWriter
FileOutputWriter(java.io.File file, DecompilerSettings settings) throws java.io.IOException
- Throws:
java.io.IOException
-
-