Methods in com.intel.gpe.clients.api.fts.byteio that throw GPEByteIOWriteNotPermittedException |
void |
RandomByteIOFileTransferClient.append(byte[] data)
Append data to the end of the remote file. |
void |
StreamableByteIOFileTransferClient.seekWrite(long offset,
StreamableByteIOConstants.SeekOrigin seekOrigin,
byte[] data)
|
void |
RandomByteIOFileTransferClient.truncAppend(long startOffset,
byte[] data)
Truncates remote file and append data to the end of it. |
void |
RandomByteIOFileTransferClient.write(long startOffset,
int bytesPerBlock,
long stride,
byte[] data)
Write data. |