Package org.teavm.classlib.java.io
Class TFileOutputStream
java.lang.Object
java.io.OutputStream
org.teavm.classlib.java.io.TFileOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
-
Constructor Summary
ConstructorsConstructorDescriptionTFileOutputStream(String path) TFileOutputStream(String path, boolean append) TFileOutputStream(TFile file) TFileOutputStream(TFile file, boolean append) -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream, write
-
Constructor Details
-
TFileOutputStream
- Throws:
FileNotFoundException
-
TFileOutputStream
- Throws:
FileNotFoundException
-
TFileOutputStream
- Throws:
FileNotFoundException
-
TFileOutputStream
- Throws:
FileNotFoundException
-
-
Method Details
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-