| Package | Description |
|---|---|
| org.echocat.jomon.runtime.io |
| Modifier and Type | Class and Description |
|---|---|
static class |
Redirection.Out.ByteArrayOut |
static class |
Redirection.Out.Compound |
static class |
Redirection.Out.LoggerBasedSupport |
static class |
Redirection.Out.StreamBasedSupport |
| Modifier and Type | Field and Description |
|---|---|
static Redirection.Out |
Redirection.Out.noop |
static Redirection.Out |
Redirection.Out.stderr |
static Redirection.Out |
Redirection.Out.stdout |
| Modifier and Type | Method and Description |
|---|---|
static Redirection.Out |
Redirection.Out.Compound.outOf(java.lang.Iterable<Redirection.Out> delegates) |
static Redirection.Out |
Redirection.Out.Compound.outOf(Redirection.Out... delegates) |
| Modifier and Type | Method and Description |
|---|---|
static Redirection.Out |
Redirection.Out.Compound.outOf(Redirection.Out... delegates) |
static java.io.OutputStream |
Redirection.Out.StreamAdapter.outputStreamFor(Redirection.Out out) |
| Modifier and Type | Method and Description |
|---|---|
static Redirection.Out |
Redirection.Out.Compound.outOf(java.lang.Iterable<Redirection.Out> delegates) |
| Constructor and Description |
|---|
Redirection.Out.Compound(Redirection.Out... delegates) |
Redirection.Out.StreamAdapter(Redirection.Out out) |
| Constructor and Description |
|---|
Redirection.Out.Compound(java.lang.Iterable<Redirection.Out> delegates) |
Copyright © 2013 echocat. All Rights Reserved.