targetName
and transmits the bytes in the buffer dst
. Start writing at the logical block address and transmit transferLength
blocks.
@param targetName The name of the session to invoke this write operation.
@param src The buffer to transmit.
@param logicalBlockAddress The logical block address of the beginning.
@param transferLength Number of bytes to write.
@throws Exception if any error occurs.
@return FutureObject for the multi-threaded write operation
@throws TaskExecutionException if execution fails
@throws NoSuchSessionException if session is not found
|
|
|
|