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

Method readToByte

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

Source from the content-addressed store, hash-verified

61 }
62
63 private static byte[] readToByte(File file) throws IOException {
64 try (FileInputStream is = new FileInputStream(file)) {
65 return readToByte(is);
66 }
67 }
68
69 private static byte[] readToByte(InputStream is) throws IOException {
70 try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) {

Callers 1

readMethod · 0.95

Calls 2

readMethod · 0.80
writeMethod · 0.80

Tested by

no test coverage detected