Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
move
Method · 0.95
unzip
Method · 0.95
Calls
3
create
Method · 0.95
read
Method · 0.80
write
Method · 0.80
Tested by
no test coverage detected