public static class Redirection.Out.Compound extends Redirection.CompoundSupport<Redirection.Out> implements Redirection.Out
Redirection.Out.ByteArrayOut, Redirection.Out.Compound, Redirection.Out.LoggerBasedSupport, Redirection.Out.StreamAdapter, Redirection.Out.StreamBasedSupportRedirection.CompoundSupport<T extends Redirection>, Redirection.In, Redirection.Outnoop, stderr, stdout| Constructor and Description |
|---|
Redirection.Out.Compound(java.lang.Iterable<Redirection.Out> delegates) |
Redirection.Out.Compound(Redirection.Out... delegates) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush() |
static Redirection.Out |
outOf(java.lang.Iterable<Redirection.Out> delegates) |
static Redirection.Out |
outOf(Redirection.Out... delegates) |
void |
send(byte[] bytes,
int offset,
int length) |
close, getDelegatespublic Redirection.Out.Compound(@Nullable
Redirection.Out... delegates)
public Redirection.Out.Compound(@Nullable
java.lang.Iterable<Redirection.Out> delegates)
@Nonnull public static Redirection.Out outOf(@Nullable Redirection.Out... delegates)
@Nonnull public static Redirection.Out outOf(@Nullable java.lang.Iterable<Redirection.Out> delegates)
public void send(@Nonnull
byte[] bytes,
@Nonnegative
int offset,
@Nonnegative
int length)
throws java.io.IOException
send in interface Redirection.Outjava.io.IOExceptionpublic void flush()
throws java.io.IOException
flush in interface Redirection.Outjava.io.IOExceptionCopyright © 2013 echocat. All Rights Reserved.