java.io.Closeable, java.io.Flushable, java.lang.Appendable, java.lang.AutoCloseablepublic class AppendableWriter
extends java.io.Writer
| Constructor | Description |
|---|---|
AppendableWriter(@NotNull java.lang.Appendable appendable) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
close() |
|
void |
flush() |
|
void |
write(@org.jetbrains.annotations.NotNull char[] cbuf,
int off,
int len) |
public AppendableWriter(@NotNull
@NotNull java.lang.Appendable appendable)
public void write(@NotNull
@org.jetbrains.annotations.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 interface java.io.Flushableflush in class java.io.Writerjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.lang.AutoCloseableclose in interface java.io.Closeableclose in class java.io.Writerjava.io.IOExceptionCopyright © 2012–2018 MARID software development group. All rights reserved.