26 for (
size_t i = 0;
i < length();
i++) {
A mini-server for performing network communication in the background.
A simple abstraction for a block of bytes.
An interface for writing to a network connection.
Simple specification of the minimum functions needed from output streams.
virtual void write(char ch)
Write a single byte to the stream.
virtual void write(OutputStream &os)
virtual const char * data(size_t index) const =0
virtual size_t length() const =0