Package | Description |
---|---|
hudson.remoting |
Remoting infrastructure for Hudson.
|
Modifier and Type | Method and Description |
---|---|
void |
FastPipedOutputStream.connect(FastPipedInputStream sink) |
Constructor and Description |
---|
FastPipedOutputStream(FastPipedInputStream sink)
Creates a PipedOutputStream with a default buffer size and connects it to
sink . |
FastPipedOutputStream(FastPipedInputStream sink,
int bufferSize)
Deprecated.
as of 1.350
bufferSize parameter is ignored.
|
Copyright © 2017. All rights reserved.