Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ modes
Method
modes
output/java_guava/1.4.17/Files.java:241–243 ·
view source on GitHub ↗
(boolean append)
Source
from the content-addressed store, hash-verified
239
}
240
241
private
static
FileWriteMode[] modes(boolean append) {
242
return
append ?
new
FileWriteMode[] {FileWriteMode.APPEND} :
new
FileWriteMode[0];
243
}
244
245
/**
246
* Reads all bytes from a file into a byte array.
Callers
1
write
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected