HomeSort by relevance Sort by last modified time
    Searched defs:fromWire (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/xbill/DNS/
EDNSOption.java 117 fromWire(DNSInput in) throws IOException {
150 fromWire(byte [] b) throws IOException {
151 return fromWire(new DNSInput(b));
Record.java 176 fromWire(DNSInput in, int section, boolean isUpdate) throws IOException {
200 fromWire(DNSInput in, int section) throws IOException {
201 return fromWire(in, section, false);
208 fromWire(byte [] b, int section) throws IOException {
209 return fromWire(new DNSInput(b), section, false);

Completed in 655 milliseconds