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

Method read

test/org/apache/pig/test/FakeFSInputStream.java:46–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44 }
45
46 @Override
47 public int read() throws IOException {
48 if (off >= data.length) {
49 return -1;
50 } else {
51 return data[(int) off++];
52 }
53 }
54}

Callers 15

runMethod · 0.45
testExplainInDotGraphMethod · 0.45
runMethod · 0.45
readGoldenMethod · 0.45
testSplitMethod · 0.45
testIsNullMethod · 0.45
catIntoMethod · 0.45
compareWithGoldenFileMethod · 0.45
createTestJarMethod · 0.45
testMapOnlyMethod · 0.45
testMapOnlyBinStorageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected