Skip to content
Mahmoud Ben Hassine edited this page Oct 9, 2015 · 4 revisions

echo

Synopsis

Create a XStream with the given input.

Example

XStream.echo("hello world")
       .wc()
       .to(stdOut()); //prints 2
Clone this wiki locally