Creates a new {@code CharBuffer} for buffering reads or writes.
()
| 48 | |
| 49 | /** Creates a new {@code CharBuffer} for buffering reads or writes. */ |
| 50 | static CharBuffer createBuffer() { |
| 51 | return CharBuffer.allocate(DEFAULT_BUF_SIZE); |
| 52 | } |
| 53 | |
| 54 | private CharStreams() {} |
| 55 |
no outgoing calls