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

Method write

output/java_guava/1.4.16/ByteStreams.java:618–619  ·  view source on GitHub ↗

Discards the specified byte.

(int b)

Source from the content-addressed store, hash-verified

616 private static final OutputStream NULL_OUTPUT_STREAM = new OutputStream() {
617 /** Discards the specified byte. */
618 @Override
619 public void write(int b) {}
620
621 /** Discards the specified byte array. */
622

Callers

nothing calls this directly

Calls 1

checkNotNullMethod · 0.45

Tested by

no test coverage detected