Package org.jruby.util.io

Examples of org.jruby.util.io.PosixShim.pipe()


                    v1 = argv[0];
                }
        }

        PosixShim posix = new PosixShim(runtime.getPosix());
        Channel[] fds = posix.pipe();
        if (fds == null)
            throw runtime.newErrnoFromErrno(posix.errno, "opening pipe");

//        args[0] = klass;
//        args[1] = INT2NUM(pipes[0]);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.