WindowsPipeSink

From Crypto++ Wiki
Jump to navigation Jump to search
WindowsPipeSink
Documentation
#include <cryptopp/filters.h>

In the Pipelining paradigm, WindowsPipeSink is an object that allows data to flow from a Filter chain into a Windows pipe. The counterpart to a WindowsPipeSink is a WindowsPipeSource.

WindowsPipeSink was removed from the library at Crypto++ 7.0. The classes were preserved and are still available through a little copy and paste. Also see Sockets and Threads on the Crypto++ wiki.

Sources, filters and sinks are discussed at Pipelining. The pipeline article explains the design and shows you how to use them.