| Constructor and Description |
|---|
Adaptors() |
| Modifier and Type | Method and Description |
|---|---|
static OutputStream |
asOutputStream(Output output) |
static Writer |
asWriter(Output output) |
static Output |
of(Appendable appendable) |
static Output |
of(OutputStream os) |
static Output |
of(Writer w) |
public static Output of(OutputStream os)
public static Output of(Appendable appendable)
public static OutputStream asOutputStream(Output output)
Copyright © 2014–2021 OSGL (Open Source General Library). All rights reserved.