Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages   Examples  

ByteFIFO Class Reference

A ByteFIFO is a simple ByteSink and ByteSource in which the bytes can be read once in the order they were written (First-In First-Out order). More...

#include <ByteFIFO.h>

Inheritance diagram for ByteFIFO::

ByteSink ByteSource Collaboration diagram for ByteFIFO:

Collaboration graph
[legend]
List of all members.

Public Methods


Detailed Description

A ByteFIFO is a simple ByteSink and ByteSource in which the bytes can be read once in the order they were written (First-In First-Out order).

This is useful for turning ByteReader code into ByteSink code by having it buffer the data in the FIFO.

Definition at line 19 of file ByteFIFO.h.


Home to blindfold. This page generated via doxygen 1.2.11.1 Wed Oct 10 16:40:35 2001.