|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
close(boolean closeConnection)
method, setting
closeConnection
to false.
createByteArray(Client client, String byteArrayName,
boolean autoJoin)
method, and then use the
ByteArray.setValue(Client client, byte[] value)
method, to
set the initial value.
createByteArray(Client client, String byteArrayName,
ByteArrayManager byteArrayManager)
method, and then use the
ByteArray.setValue(Client client, byte[] value)
method, to
set the initial value.
createByteArray(Client client, String byteArrayName,
boolean autoJoin)
method, and then use the
ByteArray.setValue(Client client, byte[] value, int offset, int length
method, to set the initial value.
createByteArray(Client client, String byteArrayName,
ByteArrayManager byteArrayManager)
method, and then use the
ByteArray.setValue(Client client, byte[] value, int offset, int length
method, to set the initial value.
getValueAsBytes()
method.
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |