class Poco::Net::HTTPFixedLengthIOS
The base class for HTTPFixedLengthInputStream.
#include <HTTPFixedLengthStream.h> class HTTPFixedLengthIOS: public ios { public: // construction HTTPFixedLengthIOS( HTTPSession& session, HTTPFixedLengthStreamBuf::ContentLength length, HTTPFixedLengthStreamBuf::openmode mode ); // methods HTTPFixedLengthStreamBuf* rdbuf(); protected: // fields HTTPFixedLengthStreamBuf _buf; }; // direct descendants class HTTPFixedLengthInputStream; class HTTPFixedLengthOutputStream;