Discuss this help topic in SecureBlackbox Forum
Writes a block of bytes to the specified file.
Declaration
[Java]
int fileWrite(TObject arg0, byte[] arg1, int arg2, int arg3, TSBInteger arg4);
Parameters
- FileHandle - the handle to the file where to write the data.
- Buffer - buffer containing the data to be written.
- Index - the byte offset of the data to be written in the Buffer.
- Size - the maximum number of bytes to write.
- ErrorCode -
Return value
Returns a VFS error code.
Possible values:
Description
Call this method to write data to the file.
Discuss this help topic in SecureBlackbox Forum