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

Method readFields

src/java/org/apache/nutch/fetcher/FetchEntry.java:45–49  ·  view source on GitHub ↗
(DataInput in)

Source from the content-addressed store, hash-verified

43 }
44
45 @Override
46 public void readFields(DataInput in) throws IOException {
47 key = Text.readString(in);
48 page = IOUtils.deserialize(getConf(), in, null, WebPage.class);
49 }
50
51 @Override
52 public void write(DataOutput out) throws IOException {

Callers

nothing calls this directly

Calls 1

getConfMethod · 0.45

Tested by

no test coverage detected