示例#1
0
 void rrFromWire(DNSInput in) throws IOException {
   order = in.readU16();
   preference = in.readU16();
   flags = in.readCountedString();
   service = in.readCountedString();
   regexp = in.readCountedString();
   replacement = new Name(in);
 }
示例#2
0
 void rrFromWire(DNSInput in) throws IOException {
   address = in.readCountedString();
   if (in.remaining() > 0) subAddress = in.readCountedString();
 }