| Package | Description |
|---|---|
| hudson.remoting |
Remoting infrastructure for Hudson.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FastPipedInputStream.connect(FastPipedOutputStream source) |
| Constructor and Description |
|---|
FastPipedInputStream(FastPipedOutputStream source)
Creates a PipedInputStream with a default buffer size and connects it to
source. |
FastPipedInputStream(FastPipedOutputStream source,
int bufferSize)
Creates a PipedInputStream with buffer size
bufferSize and
connects it to source. |
Copyright © 2004–2022. All rights reserved.