Class StdioOptions

java.lang.Object
com.oracle.libuv.StdioOptions

public final class StdioOptions
extends java.lang.Object
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  StdioOptions.StdioType
    Flags specifying how a stdio should be transmitted to the child process.
  • Constructor Summary

    Constructors 
    Constructor Description
    StdioOptions​(StdioOptions.StdioType type, com.oracle.libuv.StreamHandle stream, int fd)  
  • Method Summary

    Modifier and Type Method Description
    int fd()  
    long stream()  
    int type()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait