Discuss this help topic in SecureBlackbox Forum
Creates a new memory stream.
Declaration
[Pascal]
not implemented;
Parameters
- Buffer - buffer with data from which to create the new stream object.
- Offset - the offset of the data that should be put in the new stream.
- Count - the number of bytes that shaould be put in the new stream.
- Stream - stream from which to create the new stream object.
- InStream - the input stream for the new stream.
- OutStream - the output stream for the new stream.
Description
Use this method to create a new TElMemoryStream object.
Discuss this help topic in SecureBlackbox Forum