Package org.teavm.classlib.java.io
Class TWriter
java.lang.Object
org.teavm.classlib.java.io.TWriter
- All Implemented Interfaces:
TCloseable
,TFlushable
,TAppendable
,TAutoCloseable
- Direct Known Subclasses:
TOutputStreamWriter
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend
(char c) append
(TCharSequence csq) append
(TCharSequence csq, int start, int end) void
write
(char[] buf) abstract void
write
(char[] buf, int offset, int count) void
write
(int oneChar) void
void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.classlib.java.io.TCloseable
close
Methods inherited from interface org.teavm.classlib.java.io.TFlushable
flush
-
Field Details
-
lock
-
-
Constructor Details
-
TWriter
protected TWriter() -
TWriter
-
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
append
- Specified by:
append
in interfaceTAppendable
- Throws:
IOException
-
append
- Specified by:
append
in interfaceTAppendable
- Throws:
IOException
-
append
- Specified by:
append
in interfaceTAppendable
- Throws:
IOException
-