public class AppendableWriter
extends java.io.Writer
| Constructor | Description |
|---|---|
AppendableWriter(java.lang.Appendable appendable) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
flush() |
|
void |
write(char[] cbuf,
int off,
int len) |
public AppendableWriter(@NotNull java.lang.Appendable appendable)
public void write(@NotNull char[] cbuf, int off, int len) throws java.io.IOException
write in class java.io.Writerjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in class java.io.Writerjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in class java.io.Writerjava.io.IOExceptionCopyright © 2012–2018 MARID software development group. All rights reserved.