TBufStream : Method overview By inheritance
TBufStream
| Member | Visibility | Description |
|---|---|---|
| Close | default | Flush data and Close the file. |
| Done | default | Close the file and cleans up the instance. |
| Flush | default | FLush data from buffer, and write it to stream. |
| Init | default | Initialize an instance of TBufStream and open the file. |
| Open | default | Open the file if it is closed. |
| Read | default | Read data from the file to a buffer in memory. |
| Seek | default | Set current position in file. |
| Truncate | default | Flush buffer, and truncate the file at current position. |
| Write | default | Write data to the file from a buffer in memory. |
TDosStream
| Member | Visibility | Description |
|---|---|---|
| Close | default | Close the file. |
| Done | default | Closes the file and cleans up the instance. |
| Init | default | Instantiate a new instance of TDosStream. |
| Open | default | Open the file stream |
| Read | default | Read data from the stream to a buffer. |
| Seek | default | Set file position. |
| Truncate | default | Truncate the file on the current position. |
| Write | default | Write data from a buffer 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. |