bigloo.input_file_port.input_file_port C# (CSharp) Method

input_file_port() public method

public input_file_port ( byte file, byte buf ) : System
file byte
buf byte
return System
        public input_file_port( byte[] file, byte[] buf )
            : base(foreign.newstring( file ), buf)
        {
            _in= new FileStream( foreign.newstring( file ), FileMode.Open, FileAccess.Read, FileShare.ReadWrite );
        }