Lines Matching refs:getTextBytes
222 this._text = info.getTextBytes(); in ServiceInfoImpl()
593 public byte[] getTextBytes() { in getTextBytes() method in ServiceInfoImpl
816 if ((_props == null) && (this.getTextBytes() != null)) { in getProperties()
820 while (off < getTextBytes().length) { in getProperties()
822 int len = getTextBytes()[off++] & 0xFF; in getProperties()
823 if ((len == 0) || (off + len > getTextBytes().length)) { in getProperties()
829 for (; (i < len) && (getTextBytes()[off + i] != '='); i++) { in getProperties()
834 String name = readUTF(getTextBytes(), off, i); in getProperties()
843 System.arraycopy(getTextBytes(), off + i, value, 0, len - i); in getProperties()
943 …s.getServer() != null && this.hasInetAddress() && this.getTextBytes() != null && this.getTextBytes… in hasData()
1111 for (int i = 0, len = this.getTextBytes().length; i < len; i++) { in getNiceTextString()
1116 int ch = getTextBytes()[i] & 0xFF; in getNiceTextString()
1173 if (this.getTextBytes().length > 0) { in toString()
1197 ….add(new Text(this.getQualifiedName(), DNSRecordClass.CLASS_IN, unique, ttl, this.getTextBytes())); in answers()