|
SatCat5
|
Buffered I/O wrappers for PacketBuffer.
This file defines the "BufferedIO" class which adds buffered "writeable" and "readable" interfaces to a child class. It also defines several tools for automatically copying between various sources and sinks.
Definition in file io_buffer.h.
Go to the source code of this file.
Classes | |
| class | satcat5::io::BufferedIO |
| Extensible transmit and receive buffer. More... | |
| class | satcat5::io::BufferedCopy |
| BufferedCopy copies from any Readable source to any Writeable sink. More... | |
| class | satcat5::io::BufferedStream |
| Copy bytes from a Readable source to a network address. More... | |
| class | satcat5::io::BufferedPackets |
| Copy packets from a Readable source to a network address. More... | |
| class | satcat5::io::BufferedWriter |
| BufferedWriter adds an inline buffer to any Writeable interface. More... | |