Package | Description |
---|---|
java.io |
Provides for system input and output through data streams,
serialization and the file system.
|
Modifier and Type | Method and Description |
---|---|
void |
PipedOutputStream.connect(PipedInputStream snk)
Connects this piped output stream to a receiver.
|
Constructor and Description |
---|
PipedOutputStream(PipedInputStream snk)
Creates a piped output stream connected to the specified piped
input stream.
|
aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2024 aicas GmbH. All Rights Reserved.