juzu.io
Class Streams

java.lang.Object
  extended by juzu.io.Streams

public class Streams
extends Object

Implementation of the Stream.Char interface that uses an appendable delegate.

Author:
Julien Viet

Constructor Summary
Streams()
           
 
Method Summary
static Stream.Char appendable(Appendable appendable)
           
static
<A extends Appendable & Flushable & Closeable>
Stream.Char
closeable(A appendable)
           
static Stream.Char empty()
           
static
<A extends Appendable & Flushable>
Stream.Char
flushable(A appendable)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Streams

public Streams()
Method Detail

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.