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

Method getLength

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

Returns the length of the valid data currently in the buffer @return length of valid data

()

Source from the content-addressed store, hash-verified

66 * @return length of valid data
67 */
68 public int getLength() {
69 return count;
70 }
71
72}

Callers 3

serializeMethod · 0.95
writeMethod · 0.95
putNextMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected