MCPcopy Index your code
hub / github.com/antlr/codebuff / createBuffer

Method createBuffer

output/java_guava/1.4.17/CharStreams.java:55–57  ·  view source on GitHub ↗

Creates a new CharBuffer for buffering reads or writes.

()

Source from the content-addressed store, hash-verified

53 */
54
55 static CharBuffer createBuffer() {
56 return CharBuffer.allocate(0x800); // 2K chars (4K bytes)
57 }
58
59 private CharStreams() {}
60

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected