BoxAdapterStream Class Reference

A box adapter that reads from a Stream and writes to another Stream, having effect equivalent to outStream = process(inStream);. More...

Inheritance diagram for BoxAdapterStream:
BoxAdapter Contexted

Detailed Description

A box adapter that reads from a Stream and writes to another Stream, having effect equivalent to outStream = process(inStream);.

Author
J. T. Lindgren