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