public class RenderWriter extends Writer implements Screenable
| 构造器和说明 |
|---|
RenderWriter(ScreenContext out) |
RenderWriter(ScreenContext out,
Closeable closeable) |
| 限定符和类型 | 方法和说明 |
|---|---|
RenderWriter |
append(CharSequence s) |
Screenable |
append(Style style) |
void |
close() |
Screenable |
cls() |
void |
flush() |
boolean |
isEmpty() |
void |
write(char[] cbuf,
int off,
int len) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitappend, appendpublic RenderWriter(ScreenContext out) throws NullPointerException
public RenderWriter(ScreenContext out, Closeable closeable) throws NullPointerException
public boolean isEmpty()
public RenderWriter append(CharSequence s) throws IOException
append 在接口中 Appendableappend 在类中 WriterIOExceptionpublic Screenable append(Style style) throws IOException
append 在接口中 ScreenableIOExceptionpublic Screenable cls() throws IOException
cls 在接口中 ScreenableIOExceptionpublic void write(char[] cbuf,
int off,
int len)
throws IOException
write 在类中 WriterIOExceptionpublic void flush()
throws IOException
flush 在接口中 Flushableflush 在类中 WriterIOExceptionpublic void close()
throws IOException
close 在接口中 Closeableclose 在接口中 AutoCloseableclose 在类中 WriterIOExceptionCopyright © 2018. All rights reserved.