MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / copy

Method copy

app/src/main/java/com/github/catvod/utils/Path.java:97–102  ·  view source on GitHub ↗
(File in, File out)

Source from the content-addressed store, hash-verified

95 }
96
97 public static void copy(File in, File out) {
98 try {
99 copy(new FileInputStream(in), out);
100 } catch (IOException ignored) {
101 }
102 }
103
104 public static void copy(InputStream in, File out) {
105 try {

Callers 2

moveMethod · 0.95
unzipMethod · 0.95

Calls 3

createMethod · 0.95
readMethod · 0.80
writeMethod · 0.80

Tested by

no test coverage detected