Stream.writeCallback()
DESCRIPTION
Write bytes to a stream without blocking.
DECLARATION
public void writeCallback(byte[] bytes, NabtoCallback callback)
PARAMETERS
bytes:- The bytes to write to the stream.
callback:- The callback that will be run once the operation is done.