#include <errno.h>
#include "assa/CharInBuffer.h"
#include "assa/MemDump.h"
#include "assa/Logger.h"
Include dependency graph for CharInBuffer.cpp:
Go to the source code of this file.
Namespaces | |
namespace | ASSA |
Functions | |
Socket & | ASSA::operator>> (Socket &s_, CharInBuffer &b_) |
Read bytes from Socket stream until either record delimiter is detected, or EOF occured, or Socket stream is exhausted. |