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

Method createBuffer

output/java_guava/1.4.17/ByteStreams.java:56–58  ·  view source on GitHub ↗

Creates a new byte array for buffering reads or writes.

()

Source from the content-addressed store, hash-verified

54 * Creates a new byte array for buffering reads or writes.
55 */
56 static byte[] createBuffer() {
57 return new byte[8192];
58 }
59
60 /**
61 * There are three methods to implement

Callers 4

copyMethod · 0.95
exhaustMethod · 0.95
skipUpToMethod · 0.95
readBytesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected