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

Method write

test/org/apache/pig/test/FakeFSOutputStream.java:31–35  ·  view source on GitHub ↗
(int b)

Source from the content-addressed store, hash-verified

29 }
30
31 @Override
32 public void write(int b) throws IOException {
33 data[(int)off] = (byte)b;
34 off++;
35 }
36
37}

Callers 15

testlog4jConfMethod · 0.45
runMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
compareHelperMethod · 0.45
mainMethod · 0.45
generateTempFileMethod · 0.45
putNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected