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 Summary
Constructors -
Method Summary
-
Constructor Details
-
TOutputStream
public TOutputStream()
-
-
Method Details
-
nullOutputStream
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
close
- Specified by:
close
in interfaceTAutoCloseable
- Specified by:
close
in interfaceTCloseable
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceTFlushable
- Throws:
IOException
-