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

Method getData

src/org/apache/pig/data/WritableByteArray.java:60–62  ·  view source on GitHub ↗

Returns the current contents of the buffer. Data is only valid to #getLength(). @return contents of the buffer

()

Source from the content-addressed store, hash-verified

58 * @return contents of the buffer
59 */
60 public byte[] getData() {
61 return buf;
62 }
63
64 /**
65 * Returns the length of the valid data currently in the buffer

Callers 3

serializeMethod · 0.95
writeMethod · 0.95
putNextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected