public final class CharSpool extends Writer
| Constructor and Description |
|---|
CharSpool() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(char[] cbuf,
int off,
int len) |
void |
write(int c) |
void |
writeTo(Writer w) |
public void flush()
public void close()
public void writeTo(Writer w) throws IOException
IOExceptionCopyright © 2017. All rights reserved.