Discuss this help topic in SecureBlackbox Forum
Reads a block of data from the specified file in the storage.
Declaration
Parameters
- Offset - the position in the file (in bytes) from which to start reading. If set to -1, starts reading from the beginning of the file.
- Path - the path to the remote file.
- Read - contains the number of bytes that were actually read.
- Rev - specifies the requested revision of the file.
- Size - the size of the data block to be read. If set to -1, reads the entire file.
- Strm - the stream into which the data will be read.
- Obj - ...
Description
Use this method to read a block of data from the remote file.
Discuss this help topic in SecureBlackbox Forum