public class ParallelDCPOutput
extends Object
Modifier and Type | Method and Description |
---|---|
static ParallelDCPOutput |
cast(OutputStream os) |
static ParallelDCPInput |
newStream(Consumer<OutputStream> f) |
void |
write(ParallelDCPInput is) |
public static ParallelDCPOutput cast(OutputStream os)
public void write(ParallelDCPInput is) throws IOException
IOException
public static ParallelDCPInput newStream(Consumer<OutputStream> f)