Create(TArray<Byte>,Integer) Constructor
Initializes a new instance of the TdxMemoryStream class with specified settings.
Declaration
constructor Create(const AContent: TArray<Byte>; ACount: Integer); overload;
Parameters
| Name | Type |
|---|---|
| AContent | TArray<T> |
| ACount | Integer |
See Also