TMemoryStream : Method overview By inheritance
TMemoryStream
Member | Visibility | Description |
---|---|---|
Done | default | Clean up memory and destroy the object instance. |
Init | default | Initialize memory stream, reserves memory for stream data. |
Read | default | Read data from the stream to a location in memory. |
Truncate | default | Set the stream size to the current position. |
Write | default | Write data to the stream. |
TStream
Member | Visibility | Description |
---|---|---|
Close | default | Close the stream |
CopyFrom | default | Copy data from another stream. |
Error | default | Set stream status |
Flush | default | Flush the stream data from the buffer, if any. |
Get | default | Read an object definition from the stream. |
GetPos | default | Return current position in the stream |
GetSize | default | Return the size of the stream. |
Init | default | Constructor for TStream instance |
Open | default | Open the stream |
Put | default | Write an object to the stream. |
Read | default | Read data from stream to buffer. |
ReadStr | default | Read a shortstring from the stream. |
Reset | default | Reset the stream |
Seek | default | Set stream position. |
StrRead | default | Read a null-terminated string from the stream. |
StrWrite | default | Write a null-terminated string to the stream. |
Truncate | default | Truncate the stream size on current position. |
Write | default | Write a number of bytes to the stream. |
WriteStr | default | Write a pascal string to the stream. |
TObject
Member | Visibility | Description |
---|---|---|
Done | default | Destroy an object. |
Free | default | Destroy an object and release all memory. |
Init | default | Construct (initialize) a new object |
Is_Object | default | Check whether a pointer points to an object. |