Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
main
Method · 0.95
main
Method · 0.95
run
Method · 0.95
equals
Method · 0.95
run
Method · 0.95
run
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected