MCPcopy Create free account
hub / github.com/antlr/codebuff / modes

Method modes

corpus/java/training/guava/io/Files.java:233–237  ·  view source on GitHub ↗
(boolean append)

Source from the content-addressed store, hash-verified

231 }
232
233 private static FileWriteMode[] modes(boolean append) {
234 return append
235 ? new FileWriteMode[]{ FileWriteMode.APPEND }
236 : new FileWriteMode[0];
237 }
238
239 /**
240 * Reads all bytes from a file into a byte array.

Callers 1

writeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected