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