Package | Description |
---|---|
org.davidmoten.io.extras | |
org.davidmoten.io.extras.internal |
Modifier and Type | Method and Description |
---|---|
static InputStream |
IOUtil.pipe(InputStream is,
IOFunction<? super OutputStream,? extends OutputStream> transform) |
static InputStream |
IOUtil.pipe(InputStream is,
IOFunction<? super OutputStream,? extends OutputStream> transform,
int bufferSize) |
Constructor and Description |
---|
TransformedInputStream(InputStream is,
IOFunction<? super OutputStream,? extends OutputStream> transform,
int bufferSize) |
Copyright © 2018–2020. All rights reserved.