| Package | Description |
|---|---|
| org.apache.olingo.client.core.communication.util |
| Modifier and Type | Method and Description |
|---|---|
void |
PipedOutputStream.connect(PipedInputStream sink) |
| Constructor and Description |
|---|
PipedOutputStream(PipedInputStream sink)
Creates a PipedOutputStream with a default buffer size and connects it to
sink. |
PipedOutputStream(PipedInputStream sink,
int bufferSize)
Creates a PipedOutputStream with buffer size
bufferSize and
connects it to sink. |
Copyright © 2023. All rights reserved.