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:
write
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-