Zen API
|
Input/output support.
Types | |
class | kDat5Serializer |
Serializes/deserializes objects using kDat5 format. More... | |
class | kDat6Serializer |
Serializes/deserializes objects using 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. More... | |
struct | kIpAddress |
Represents an IP address. More... | |
struct | kIpEndPoint |
Represents an IP end point (address, port). More... | |
struct | kIpVersion |
Represents an Internet Protocol version. More... | |
class | kMemory |
Represents an in-memory stream. More... | |
class | kNetwork |
A collection of static network utility methods. More... | |
class | kNetworkAdapter |
Represents network adapter configuration information. More... | |
class | kNetworkInfo |
Represents network configuration information. More... | |
class | kNetworkInterface |
Represents network interface configuration information. More... | |
class | kPath |
Collection of path manipulation functions. More... | |
struct | kSeekOrigin |
Represents a stream seek origin. More... | |
class | kSerializer |
Base class for serialization/deserialization classes. More... | |
class | kSocket |
Represents a network socket. More... | |
struct | kSocketEvent |
Represents a set 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... | |
class | kWebSocket |
Represents a WebSocket. More... | |
struct | kWebSocketDataType |
Represents Websocket message content type. More... | |