@CompileStatic class MultiplexingOutputStream extends OutputStream
| Type | Name and description |
|---|---|
List<OutputStream> |
streams |
| Constructor and description |
|---|
MultiplexingOutputStream(OutputStream[] streams) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
void |
write(int b) |