| SFXStream |
Base |
Base class of stream. |
| SFXBinaryStream |
Base |
Base class that represents a stream for reading or writing binary data. |
| SFXInputStream |
Base |
Base class that represents the input stream. |
| SFXStringStream |
Base |
Base class that represents the stream for reading or writing a string. |
| SFXOutputStream |
Base |
Base class that represents the output stream. |
| SFXStreamReader |
Derived |
Class for accessing the input stream. |
| SFXStreamWriter |
Derived |
Class for accessing the output stream. |
| SFXAnsiStringStreamReader |
Derived |
Class for reading the data of SFXAnsiString string from the input stream. |
| SFXAnsiStringStreamWriter |
Derived |
Class for writing the data of SFXAnsiString string onto the output stream. |
| SFXWideStringStreamReader |
Derived |
Class for reading the data of SFXWideString string from the input stream. |
| SFXWideStringStreamWriter |
Derived |
Class for writing the data of SFXWideString string onto the output stream. |
| SFXBinaryStreamReader |
Derived |
Class for reading data of binary from the input stream. |
| SFXBinaryStreamWriter |
Derived |
Class for writing data of binary onto the output stream. |
| SFXElasticStreamReader |
Derived |
Class for accessing the input stream of elastic buffer. |
| SFXElasticStreamWriter |
Derived |
Class for accessing the output stream of elastic buffer. |