Example #1
0
void Connection::write(DataWriter& w)
{
	write(w.data(), w.len());
}