Пример #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();
 }