Movatterモバイル変換
[0]ホーム
Uses of Class
java.io.PipedWriter
Packages that usePipedWriter | Package | Description |
|---|
| java.io | Provides for system input and output through data streams, serialization and the file system. |
|---|
Methods injava.io with parameters of typePipedWriter | Modifier and Type | Method | Description |
|---|
void | PipedReader.connect(PipedWriter src) | Causes this piped reader to be connected to the piped writersrc. |
|---|
Constructors injava.io with parameters of typePipedWriter | Constructor | Description |
|---|
PipedReader(PipedWriter src) | Creates aPipedReader so that it is connected to the piped writersrc. |
|---|
PipedReader(PipedWriter src, int pipeSize) | Creates aPipedReader so that it is connected to the piped writersrc and uses the specified pipe size for the pipe's buffer. |
|---|
[8]ページ先頭