bigloo.foreign.bgl_open_input_string C# (CSharp) Method

bgl_open_input_string() public static method

public static bgl_open_input_string ( byte s, int start ) : Object
s byte
start int
return Object
        public static Object bgl_open_input_string( byte[] s, int start )
        {
            return new input_string_port( s, start );
        }
foreign