Posted By:
Jason_Gosling
Posted On:
Wednesday, August 24, 2011 05:57 AM
can somebody show me the difference between setOutGoing() and setOutGoingNoChaining() in JC API. Assume that we have 50 bytes. Is there anything different if I call setOutGoing() setOutGoingLength(50) sendBytes(0, 50) with setOutGoingNoChaing() setOutGoingLength(50) sendBytes(0, 50)
More>>
can somebody show me the difference between setOutGoing() and setOutGoingNoChaining() in JC API. Assume that we have 50 bytes.
Is there anything different if I call
setOutGoing()
setOutGoingLength(50)
sendBytes(0, 50)
with
setOutGoingNoChaing()
setOutGoingLength(50)
sendBytes(0, 50)
<<Less