#include <Stream.h>
Public Types | |
typedef char | char_type |
typedef boost::iostreams::source_tag | category |
Public Member Functions | |
cinder_stream_source (cinder::IStreamRef aStream) | |
std::streamsize | read (char *s, std::streamsize n) |
Protected Attributes | |
IStreamRef | mStream |
typedef char cinder::cinder_stream_source::char_type |
typedef boost::iostreams::source_tag cinder::cinder_stream_source::category |
std::streamsize cinder::cinder_stream_source::read | ( | char * | s, |
std::streamsize | n | ||
) |
IStreamRef cinder::cinder_stream_source::mStream [protected] |