(DNSInput in)
| 53 | } |
| 54 | |
| 55 | void |
| 56 | rrFromWire(DNSInput in) throws IOException { |
| 57 | address = in.readCountedString(); |
| 58 | } |
| 59 | |
| 60 | void |
| 61 | rdataFromString(Tokenizer st, Name origin) throws IOException { |
nothing calls this directly
no test coverage detected