Package org.teavm.classlib.java.io
Class TFilterOutputStream
java.lang.Object
org.teavm.classlib.java.lang.TObject
org.teavm.classlib.java.io.TOutputStream
org.teavm.classlib.java.io.TFilterOutputStream
- All Implemented Interfaces:
TCloseable,TFlushable,TAutoCloseable
- Direct Known Subclasses:
TBufferedOutputStream,TDataOutputStream,TPrintStream
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.teavm.classlib.java.io.TOutputStream
nullOutputStream, write, write
-
Field Details
-
out
-
-
Constructor Details
-
TFilterOutputStream
-
-
Method Details
-
write
- Specified by:
writein classTOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceTAutoCloseable- Specified by:
closein interfaceTCloseable- Overrides:
closein classTOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceTFlushable- Overrides:
flushin classTOutputStream- Throws:
IOException
-