| Modifier and Type | Method and Description |
|---|---|
static Sink |
error()
Returns a sink which writes to standard error without ever closing it.
|
static Sink |
output()
Returns a sink which writes to standard output without ever closing it.
|
static Sink |
uncloseable(OutputStream out)
|
public static Sink error()
public static Sink output()
public static Sink uncloseable(OutputStream out)
out - the output stream to use.Copyright © 2005–2017 Schlichtherle IT Services. All rights reserved.