MCPcopy Create free account
hub / github.com/apache/pig / readFile

Method readFile

test/org/apache/pig/pigunit/PigTest.java:447–449  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

445 }
446
447 private static String readFile(String path) throws IOException {
448 return readFile(new File(path));
449 }
450
451 private static String readFile(File file) throws IOException {
452 FileInputStream stream = new FileInputStream(file);

Callers 2

PigTestMethod · 0.95
assertOutputMethod · 0.95

Calls 4

sizeMethod · 0.65
closeMethod · 0.65
mapMethod · 0.45
toStringMethod · 0.45

Tested by

no test coverage detected