|
Zen API
|
Input/output support.
Types | |
| class | kDat5Serializer |
| Serializes/deserializes objects to/from kDat5 format. More... | |
| class | kDat6Serializer |
| Serializes/deserializes objects to/from kDat6 format. More... | |
| class | kDirectory |
| Collection of directory-related functions. More... | |
| class | kFile |
| Represents a file stream. More... | |
| struct | kFileMode |
| Flags that control how a file is opened. More... | |
| class | kHttpServer |
| Implements a simple HTTP server. More... | |
| class | kHttpServerChannel |
| Represents the server side of an HTTP connection. More... | |
| class | kHttpServerRequest |
| Supports HTTP server request parsing. More... | |
| class | kHttpServerResponse |
| Supports HTTP server response formatting. More... | |
| struct | kHttpStatus |
| HTTP status code enumeration. More... | |
| struct | kIpAddress |
| Represents an IP address. More... | |
| struct | kIpEndPoint |
| Represents an IP end point (address, port). More... | |
| struct | kIpEntry |
| Represents information about a local IP address. More... | |
| struct | kIpVersion |
| Internet Protocol version enumeration. More... | |
| class | kMemory |
| Represents an in-memory stream. More... | |
| class | kNetwork |
| A collection of static network utility methods. More... | |
| class | kPath |
| Collection of path manipulation functions. More... | |
| struct | kSeekOrigin |
| Seek origin enumeration. More... | |
| class | kSerializer |
| Base class for serialization/deserialization classes. More... | |
| class | kSocket |
| Represents a network socket. More... | |
| struct | kSocketEvent |
| Represents an enumeration of socket event types. More... | |
| struct | kSocketType |
| Represents the underlying type of a socket. More... | |
| class | kStream |
| Represents an I/O stream. More... | |
| class | kTcpClient |
| Represents a TCP client. More... | |
| class | kTcpServer |
| Represents a TCP server. More... | |
| class | kUdpClient |
| Represents a UDP client. More... | |