Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
java.io | Provides for system input and output through data streams, serialization and the file system. |
Uses of PipedWriter in java.io |
---|
Modifier and Type | Method and Description |
---|---|
void |
PipedReader.connect(PipedWriter src)
Causes this piped reader to be connected to the piped writer src . |
Constructor and Description |
---|
PipedReader(PipedWriter src)
Creates a PipedReader so
that it is connected to the piped writer
src . |
PipedReader(PipedWriter src,
int pipeSize)
Creates a PipedReader so that it is connected
to the piped writer src and uses the specified
pipe size for the pipe's buffer. |
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.