juzu.io
Class Streams
java.lang.Object
juzu.io.Streams
public class Streams
- extends Object
Implementation of the Stream.Char interface that uses an appendable delegate.
- Author:
- Julien Viet
Streams
public Streams()
empty
public static Stream.Char empty()
appendable
public static Stream.Char appendable(Appendable appendable)
flushable
public static <A extends Appendable & Flushable> Stream.Char flushable(A appendable)
closeable
public static <A extends Appendable & Flushable & Closeable> Stream.Char closeable(A appendable)
Copyright © 2013 eXo Platform SAS. All Rights Reserved.