public class CharBuffer extends Writer
Writer and uses cached char[] arrays.
Instances of this class are not thread-safe.
| Constructor and Description |
|---|
CharBuffer()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
void |
write(char[] cbuf,
int off,
int len) |
Copyright © 2018–2019 Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.