bigloo.foreign.bgl_append_output_file C# (CSharp) Method

bgl_append_output_file() public static method

public static bgl_append_output_file ( byte file, byte buf ) : Object
file byte
buf byte
return Object
        public static Object bgl_append_output_file( byte[] file, byte[] buf )
        {
            return new output_stream_port( file, true );
        }
foreign