-
Notifications
You must be signed in to change notification settings - Fork 15
from
Mahmoud Ben Hassine edited this page Oct 9, 2015
·
4 revisions
Create a XStream from the given stream.
Stream<String> stream = Stream.of("a", "b");
XStream.from(stream)
.to(stdOut()); //prints "a", "b"
UnixStream is created with passion by Mahmoud Ben Hassine