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

Method clone

src/main/java/core/org/xbill/DNS/Header.java:291–298  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

289
290/* Creates a new Header identical to the current one */
291public Object
292clone() {
293 Header h = new Header();
294 h.id = id;
295 h.flags = flags;
296 System.arraycopy(counts, 0, h.counts, 0, counts.length);
297 return h;
298}
299
300}

Callers 4

RRsetMethod · 0.45
cloneRecordMethod · 0.45
sendMethod · 0.45
verifyMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected