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

Method read

src/java/org/apache/nutch/protocol/Content.java:193–197  ·  view source on GitHub ↗
(DataInput in)

Source from the content-addressed store, hash-verified

191 }
192
193 public static Content read(DataInput in) throws IOException {
194 Content content = new Content();
195 content.readFields(in);
196 return content;
197 }
198
199 //
200 // Accessor methods

Callers

nothing calls this directly

Calls 1

readFieldsMethod · 0.95

Tested by

no test coverage detected