Class PipeHandle

java.lang.Object
com.oracle.libuv.Handle
com.oracle.libuv.PipeHandle
All Implemented Interfaces:
java.io.Closeable, java.lang.AutoCloseable

public class PipeHandle
extends Handle
Pipe handles provide an abstraction over streaming files on Unix (including local domain sockets, pipes, and FIFOs) and named pipes on Windows.

See Pipe handle