Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ write
Method
write
output/java_guava/1.4.17/CharStreams.java:218–219 ·
view source on GitHub ↗
(int c)
Source
from the content-addressed store, hash-verified
216
private
static
final
NullWriter INSTANCE =
new
NullWriter();
217
218
@Override
219
public
void
write(
int
c) {}
220
221
@Override
222
public
void
write(char[] cbuf) {
Callers
nothing calls this directly
Calls
3
checkNotNull
Method · 0.45
checkPositionIndexes
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected