MCPcopy
hub / github.com/google/guava / createBuffer

Method createBuffer

guava/src/com/google/common/io/CharStreams.java:50–52  ·  view source on GitHub ↗

Creates a new {@code CharBuffer} for buffering reads or writes.

()

Source from the content-addressed store, hash-verified

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

Callers 4

copyMethod · 0.95
exhaustMethod · 0.95
copyMethod · 0.95
LineReaderClass · 0.45

Calls

no outgoing calls

Tested by 1

copyMethod · 0.76