C# Class bigloo.input_string_port

Inheritance: input_port
显示文件 Open project: mbrock/bigloo-llvm

Public Methods

Method Description
bgl_input_port_reopen ( ) : object
bgl_input_port_seek ( int pos ) : object
close ( ) : void
input_string_port ( byte s, int start )
reopen_input_c_string ( byte s ) : void
rgc_charready ( ) : bool
rgc_fill_buffer ( ) : 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_string_port() public method

public input_string_port ( byte s, int start )
s byte
start int

reopen_input_c_string() public method

public reopen_input_c_string ( byte s ) : void
s byte
return void

rgc_charready() public method

public rgc_charready ( ) : bool
return bool

rgc_fill_buffer() public method

public rgc_fill_buffer ( ) : bool
return bool