| 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. |