Create a new instance of the stream, initializing it with an array of bytes.
Source position: classesh.inc line 1542
| public constructor TBytesStream.Create( | 
| const ABytes: TBytes | 
| ); virtual; overload; | 
Create creates a new instance and initializes the memory with the data in ABytes.
| 
 | Standard implementation of a stream that stores its data in memory. | |
| Bytes |