ui-utilcpp 1.10.1
|
Template IO stream buffer for all file descriptors types. More...
#include <Socket.hpp>
Public Types | |
typedef std::streambuf::traits_type | traits |
Shortcut. | |
Public Member Functions | |
FDTypeBuf (int fd, bool closeFd=false, int bufPutbackSize=4, int bufDataSize=1024) | |
Constructor for file descriptor stream buffer. | |
Protected Attributes | |
int | bufPutbackSize_ |
Buffer control variables. | |
int | bufDataSize_ |
char * | buf_ |
Internal buffer. | |
Template IO stream buffer for all file descriptors types.