17INLINE IChunkedStream::
18IChunkedStream() : ISocketStream(&_buf) {
24INLINE IChunkedStream::
25IChunkedStream(BioStreamPtr *source, HTTPChannel *doc) : ISocketStream(&_buf) {
32INLINE IChunkedStream &IChunkedStream::
33open(BioStreamPtr *source, HTTPChannel *doc) {
34 clear((ios_iostate)0);
35 _buf.open_read(source, doc);