C# Class bigloo.input_file_port

Inheritance: input_port
Show file Open project: mbrock/bigloo-llvm Class Usage Examples

Public Methods

Method Description
bgl_input_port_reopen ( ) : Object
bgl_input_port_seek ( int pos ) : object
close ( ) : void
input_file_port ( byte file, byte buf ) : System
rgc_charready ( ) : bool
rgc_fill_buffer ( ) : bool
write ( output_port p ) : void

Private Methods

Method Description
rgc_size_fill_file_buffer ( int bufpose, int size ) : bool

Method Details

bgl_input_port_reopen() public method

public bgl_input_port_reopen ( ) : Object
return Object

bgl_input_port_seek() public method

public bgl_input_port_seek ( int pos ) : object
pos int
return object

close() public method

public close ( ) : void
return void

input_file_port() public method

public input_file_port ( byte file, byte buf ) : System
file byte
buf byte
return System

rgc_charready() public method

public rgc_charready ( ) : bool
return bool

rgc_fill_buffer() public method

public rgc_fill_buffer ( ) : bool
return bool

write() public method

public write ( output_port p ) : void
p output_port
return void