bigloo.foreign.bgl_open_output_string C# (CSharp) Method

bgl_open_output_string() public static method

public static bgl_open_output_string ( byte buf ) : Object
buf byte
return Object
        public static Object bgl_open_output_string(byte[] buf)
        {
            return new output_string_port();
        }
foreign