Home
last modified time | relevance | path

Searched refs:getBytes (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/
H A DTXTRecord.java63 byte[] valBytes = (value != null) ? value.getBytes() : null; in set()
80 keyBytes = key.getBytes( "US-ASCII"); in set()
/titanic_50/usr/src/lib/libslp/javalib/com/sun/slp/
H A DTransact.java417 byte[] outbuf = getBytes(msg, false, false); in transactDatagramMsg()
627 byte outbuf[] = getBytes(msg, false, true); in transactMsg()
687 static protected byte[] getBytes(SrvLocMsg slm, in getBytes() method in Transact
866 byte[] outbuf = getBytes(msg, true, false); in send()
H A DSrvLocHeader.java473 return string.getBytes(encoding); in getStringBytes()
H A DServiceLocationAttribute.java705 b = ("" + c).getBytes(Defaults.UTF8); in escapeChar()
/titanic_50/usr/src/lib/libdns_sd/java/com/apple/dnssd/docs/examples/src/
H A DSimpleChat.java193 byte[] sendData = sendString.getBytes( kWireCharSet); in actionPerformed()
/titanic_50/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java564 out.write(PROGRAM.getBytes(), 0, PROGRAM.length()); in getProgram$File()