bigloo.foreign.bgl_open_input_pipe C# (CSharp) Method

bgl_open_input_pipe() public static method

public static bgl_open_input_pipe ( byte s, byte b ) : Object
s byte
b byte
return Object
        public static Object bgl_open_input_pipe( byte[] s, byte[] b )
        {
            return new input_pipe_port( newstring( s ), b );
        }
foreign