java.lang.Object
com.oracle.libuv.StdioOptions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFlags specifying how a stdio should be transmitted to the child process. -
Constructor Summary
ConstructorsConstructorDescriptionStdioOptions(StdioOptions.StdioType type, com.oracle.libuv.StreamHandle stream, int fd) -
Method Summary
-
Constructor Details
-
StdioOptions
-
-
Method Details
-
type
public int type() -
stream
public long stream() -
fd
public int fd()
-