Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ write
Method
write
classpath/java/io/PrintWriter.java:74–77 ·
view source on GitHub ↗
(char[] buffer, int offset, int length)
Source
from the content-addressed store, hash-verified
72
}
73
74
public
void
write(char[] buffer,
int
offset,
int
length) throws IOException {
75
out.write(buffer, offset, length);
76
if
(autoFlush) flush();
77
}
78
79
public
void
flush() {
80
try {
Callers
nothing calls this directly
Calls
2
flush
Method · 0.95
write
Method · 0.65
Tested by
no test coverage detected