bitstream.h
ibitstream
and obitstream
has two concrete subclasses, one for use with files (ifbitstream
, ofbitstream
) and one for use with string buffers (istringbitstream
, ostringbitstream
).
Available since: 2014/02/01 version of C++ library
Class | |
This base class reads bits of data from various input sources. | |
This class reads bits of data from input files. | |
This class reads bits of data from the characters of a string. | |
This base class writes bits of data to various output sources. | |
This class writes bits of data to output files. | |
This class writes bits of data into an internal string buffer. |