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

Method read

app/src/main/java/com/github/catvod/utils/Path.java:46–52  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

44 }
45
46 public static String read(File file) {
47 try {
48 return new String(readToByte(file), StandardCharsets.UTF_8);
49 } catch (IOException e) {
50 return "";
51 }
52 }
53
54 public static String read(InputStream is) {
55 try {

Callers 4

setCookieMethod · 0.95
readToByteMethod · 0.80
copyMethod · 0.80
downloadMethod · 0.80

Calls 1

readToByteMethod · 0.95

Tested by

no test coverage detected