Package org.teavm.classlib.java.io
Class TOutputStreamWriter
java.lang.Object
org.teavm.classlib.java.io.TWriter
org.teavm.classlib.java.io.TOutputStreamWriter
- All Implemented Interfaces:
TCloseable
,TFlushable
,TAppendable
,TAutoCloseable
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTOutputStreamWriter(TOutputStream out, String enc)
TOutputStreamWriter(TOutputStream out, TCharset charset)
TOutputStreamWriter(TOutputStream out, TCharsetEncoder encoder)
-
Method Summary
-
Constructor Details
-
TOutputStreamWriter
-
TOutputStreamWriter
- Throws:
TUnsupportedEncodingException
-
TOutputStreamWriter
-
TOutputStreamWriter
-
-
Method Details
-
close
- Throws:
IOException
-
flush
- Throws:
IOException
-
getEncoding
-
write
- Specified by:
write
in classTWriter
- Throws:
IOException
-
write
- Overrides:
write
in classTWriter
- Throws:
IOException
-
write
- Overrides:
write
in classTWriter
- Throws:
IOException
-