|
libcommonc++
0.7
|
A manipulator that skips past bytes in the stream. More...
#include <DataEncoder.h++>


Public Member Functions | |
| Skip (size_t count) | |
| Construct a new Skip manipulator. More... | |
| ~Skip () | |
| Destructor. More... | |
Protected Member Functions | |
| void | apply (DataEncoder &encoder) const |
| Apply the DataManipulator to a DataEncoder. More... | |
A manipulator that skips past bytes in the stream.
When reading, the bytes are simply skipped; when writing, the bytes are filled with NULs.
| ~Skip | ( | ) |
Destructor.
|
protectedvirtual |
Apply the DataManipulator to a DataEncoder.
| encoder | The target DataEncoder. |
| IOException | If an I/O error occurs. |
Implements DataEncoder::Manipulator.