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

/osnet-11/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java260 @param forKey
265 public byte[] getValue( String forKey) argument
271 if ( 0 == forKey.compareToIgnoreCase( s))
278 @param forKey
283 public String getValueAsString( String forKey) argument
285 byte[] val = this.getValue( forKey);

Completed in 20 milliseconds