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) voidwrite(char[] buf) abstract voidwrite(char[] buf, int offset, int count) voidwrite(int oneChar) voidvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.teavm.classlib.java.io.TCloseable
closeMethods 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:
appendin interfaceTAppendable- Throws:
IOException
-
append
- Specified by:
appendin interfaceTAppendable- Throws:
IOException
-
append
- Specified by:
appendin interfaceTAppendable- Throws:
IOException
-