Package org.teavm.classlib.java.io
Class TOutputStream
java.lang.Object
org.teavm.classlib.java.lang.TObject
org.teavm.classlib.java.io.TOutputStream
- All Implemented Interfaces:
TCloseable,TFlushable,TAutoCloseable
- Direct Known Subclasses:
TByteArrayOutputStream,TFilterOutputStream
-
Constructor Details
-
TOutputStream
public TOutputStream()
-
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
close
- Specified by:
closein interfaceTAutoCloseable- Specified by:
closein interfaceTCloseable- Throws:
IOException
-
flush
- Specified by:
flushin interfaceTFlushable- Throws:
IOException
-