Searched defs:fromWire (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DEDNSOption.java117 fromWire(DNSInput in) throws IOException { method in class:EDNSOption
150 fromWire(byte [] b) throws IOException { method in class:EDNSOption
151 return fromWire(new DNSInput(b));
H A DRecord.java176 fromWire(DNSInput in, int section, boolean isUpdate) throws IOException { method in class:Record
200 fromWire(DNSInput in, int section) throws IOException { method in class:Record
201 return fromWire(in, section, false);
208 fromWire(byte [] b, int section) throws IOException { method in class:Record
209 return fromWire(new DNSInput(b), section, false);

Completed in 136 milliseconds