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

Method newDataOutput

output/java_guava/1.4.16/ByteStreams.java:434–436  ·  view source on GitHub ↗

Returns a new ByteArrayDataOutput instance with a default size.

()

Source from the content-addressed store, hash-verified

432
433
434 public static ByteArrayDataOutput newDataOutput() {
435 return newDataOutput(new ByteArrayOutputStream());
436 }
437
438 /**
439 * Returns a new {@link ByteArrayDataOutput} instance sized to hold {@code size} bytes before

Callers

nothing calls this directly

Calls 2

formatMethod · 0.45
checkNotNullMethod · 0.45

Tested by

no test coverage detected