Poco::Netconf

class NetconfInputStream

Library: Netconf
Package: Netconf
Header: Poco/Netconf/NetconfStream.h

Description

This class is used for reading E-Netconf messages from a POP3 server. All occurences of "\r\n..\r\n" are replaced with "\r\n.\r\n". The first occurence of "\r\n.\r\n" denotes the end of the stream.

Inheritance

Direct Base Classes: NetconfIOS, std::istream

All Base Classes: NetconfIOS, std::ios, std::istream

Member Summary

Inherited Functions: close, rdbuf

Constructors

NetconfInputStream

NetconfInputStream(
    std::istream & istr
);

Creates the NetconfInputStream and connects it to the given input stream.

Destructor

~NetconfInputStream

~NetconfInputStream();

Destroys the NetconfInputStream.