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

/illumos-gate/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java237 @param forKey
242 public byte[] getValue( String forKey) argument
248 if ( 0 == forKey.compareToIgnoreCase( s))
255 @param forKey
260 public String getValueAsString( String forKey) argument
262 byte[] val = this.getValue( forKey);

Completed in 529 milliseconds