This class represents a pipe.
Defined in: Pipe.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Creates a pipe.
|
| Method Attributes | Method Name and Description |
|---|---|
|
close()
Closes the pipe.
|
|
| <static> |
jls.io.Pipe.open()
Opens a pipe.
|
|
sink()
Returns the sink file descriptor.
|
|
|
source()
Returns the source file descriptor.
|