kioslave
KIO Namespace Reference
Enumerations | |
enum | buffersizes { maximumIpcSize = 32 * 1024, initialIpcSize = 2 * 1024, mimimumMimeSize = 1024 } |
Functions | |
static int | WriteToFile (int fd, const char *buf, size_t len) |
Enumeration Type Documentation
enum KIO::buffersizes |
- Enumerator:
-
maximumIpcSize largest buffer size that should be used to transfer data between KIO slaves using the data() function initialIpcSize this is a reasonable value for an initial read() that a KIO slave can do to obtain data via a slow network connection. mimimumMimeSize recommended size of a data block passed to findBufferFileType()
Function Documentation
static int KIO::WriteToFile | ( | int | fd, | |
const char * | buf, | |||
size_t | len | |||
) | [static] |