Hi Avi,

> I also didn't yet understand which is the best filter for me to
> derive from...
Use class Filter. See http://www.cryptopp.com/wiki/Filter and
http://www.cryptopp.com/wiki/Pipelining.

Jeff

On 2/8/09, Avi <[email protected]> wrote:
>
> Hi, and sorry if I'm asking RTFM questions..
>
> Consider the following code:
>
> void DoSomething( source, destination )
> {
>    buf = Read( source );
>    buf = InterpolateBufInSomeWay( buf );
>    Write( destination );
> }
>
> What is the simplest way for me to convert it so I could append it
> anywhere I want in a filter chain?
> (*) I didn't yet grasp the idea of Put() / Put2() / TransferTo2(),
> etc...
> (*) I also didn't yet understand which is the best filter for me to
> derive from...
>
> Thanks,
>
>    Avi.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to [email protected].
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
-~----------~----~----~----~------~----~------~--~---

Reply via email to