Package com.strobel.decompiler
Class FileOutputWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
com.strobel.decompiler.FileOutputWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
Field Details
-
file
-
-
Constructor Details
-
FileOutputWriter
FileOutputWriter(File file, DecompilerSettings settings) throws IOException - Throws:
IOException
-
-
Method Details
-
getFile
Returns the file to which 'this' is writing.- Returns:
- the file to which 'this' is writing
-