Discuss this help topic in SecureBlackbox Forum
Reads a block of data from the 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.
- Read - contains the number of bytes that were actually read.
- 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.
Description
Use this method to download a block of data from the file in Dropbox.
Discuss this help topic in SecureBlackbox Forum