TBytesStream.Create
Create a new instance of the stream, initializing it with an array of bytes
Declaration
Source position: classesh.inc line 1237
public
constructor Create(const ABytes: TBytes); Virtual; Overload;
Description
Create creates a new instance and initializes the memory with the data in ABytes.
See also
Name | Description |
---|---|
Bytes | |
TBytes | |
TMemoryStream | Standard implementation of a stream that stores its data in memory |