![]() ![]() ![]()
|
SophiaFramework UNIVERSE 5.1 |
| Class Name | Base / Derived | Description |
|---|---|---|
| SFXStream | Base | Base class of stream. |
| SFXBinaryStream | Base | Base class which represents a stream for reading or writing binary data. |
| SFXInputStream | Base | Base class which represents the input stream. |
| SFXStringStream | Base | Base class which represents the stream for reading or writing a string. |
| SFXOutputStream | Base | Base class which 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. |
|
Copyright(c) 2002 - 2010 Sophia Cradle Incorporated All Rights Reserved. |
![]() ![]() ![]()
|