MCPcopy Create free account
hub / github.com/apache/nutch / getContent

Method getContent

src/java/org/apache/nutch/protocol/Content.java:217–219  ·  view source on GitHub ↗

The binary content retrieved.

()

Source from the content-addressed store, hash-verified

215
216 /** The binary content retrieved. */
217 public byte[] getContent() {
218 return content;
219 }
220
221 public void setContent(byte[] content) {
222 this.content = content;

Callers 7

mainMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95
runMethod · 0.95
equalsMethod · 0.95
runMethod · 0.95
runMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected