MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / getObject

Method getObject

src/main/java/core/org/xbill/DNS/Record.java:49–50  ·  view source on GitHub ↗

Creates an empty record of the correct type; must be overriden

()

Source from the content-addressed store, hash-verified

47 * Creates an empty record of the correct type; must be overriden
48 */
49abstract Record
50getObject();
51
52private static final Record
53getEmptyRecord(Name name, int type, int dclass, long ttl, boolean hasData) {

Callers 1

getEmptyRecordMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected