5 #include <libutl/InetHostAddress.h> 6 #include <libutl/FDstream.h> 41 virtual void checkOK();
50 #if UTL_HOST_OS == UTL_OS_MINGW 53 virtual size_t read(
byte_t* array,
size_t maxBytes,
size_t minBytes =
size_t_max);
55 virtual void write(
const byte_t* array,
size_t num);
57 void setTCPnoDelay(
bool noDelay);
60 virtual void setModes();
void deInit()
De-initialize UTL++.
#define UTL_CLASS_DECL(DC, BC)
Declaration of standard UTL++ functionality for a non-template class.
unsigned char byte_t
Unsigned character.
const size_t size_t_max
Maximum size_t value.
void errToEx(const utl::Object *object=nullptr)
Convert libc's errno to an exception.
unsigned short uint16_t
Unsigned 16-bit integer.
Stream with file descriptor.
Root of UTL++ class hierarchy.
void init()
Initialize UTL++.