TBytesStream.Bytes
The stream data as an array of bytes.
Declaration
Source position: classesh.inc line 1238
public Property
Bytes : TBytes;
Description
Bytes provides byte-sized access to the array of bytes that represent the stream data. As a pointer value, it equals TCustomMemoryStream.Memory , meaning that Memory points to the first byte in the array.
See also
Name | Description |
---|---|
TBytes | |
TBytes | |
TCustomMemoryStream.Memory | Pointer to the data kept in the memory stream. |
TMemoryStream | Standard implementation of a stream that stores its data in memory |