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

Method rrToWire

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

Converts the type-specific RR to wire format - must be overriden

(DNSOutput out, Compression c, boolean canonical)

Source from the content-addressed store, hash-verified

551 * Converts the type-specific RR to wire format - must be overriden
552 */
553abstract void
554rrToWire(DNSOutput out, Compression c, boolean canonical);
555
556/**
557 * Determines if two Records could be part of the same RRset.

Callers 3

toWireMethod · 0.95
toWireCanonicalMethod · 0.95
rdataToWireCanonicalMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected