Discuss this help topic in SecureBlackbox Forum
Sets contents of the part.
Declaration
Parameters
- Stream - source stream with data.
- DataSize - size of data in bytes.
- bMakeCopy - defines if the data is copied at once:
True - the data will be copied;
False - the data will be cached and then loaded when it is necessary.
Default value is false.
- wsData - string with data.
- Buffer - source buffer with data.
- Offset - data starting position.
- Count - Optional parameter that specifies the number of bytes to be read. If this parameter is zero, the whole buffer (from offset position till the end) is read.
- value -
Description
Use this method to read the data from stream or buffer.
Discuss this help topic in SecureBlackbox Forum