Package org.teavm.classlib.java.io
Class TFileWriter
java.lang.Object
java.io.Writer
java.io.OutputStreamWriter
org.teavm.classlib.java.io.TFileWriter
- All Implemented Interfaces:
Closeable
,Flushable
,Appendable
,AutoCloseable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTFileWriter(File file)
TFileWriter(File file, boolean append)
TFileWriter(String filename)
TFileWriter(String filename, boolean append)
-
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
-
Constructor Details
-
TFileWriter
- Throws:
IOException
-
TFileWriter
- Throws:
IOException
-
TFileWriter
-
TFileWriter
- Throws:
IOException
-
TFileWriter
- Throws:
IOException
-