C# Class bigloo.input_file_port

Inheritance: input_port
Afficher le fichier Open project: mbrock/bigloo-llvm Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
rgc_size_fill_file_buffer ( int bufpose, int size ) : bool

Method Details

bgl_input_port_reopen() public méthode

public bgl_input_port_reopen ( ) : Object
Résultat Object

bgl_input_port_seek() public méthode

public bgl_input_port_seek ( int pos ) : object
pos int
Résultat object

close() public méthode

public close ( ) : void
Résultat void

input_file_port() public méthode

public input_file_port ( byte file, byte buf ) : System
file byte
buf byte
Résultat System

rgc_charready() public méthode

public rgc_charready ( ) : bool
Résultat bool

rgc_fill_buffer() public méthode

public rgc_fill_buffer ( ) : bool
Résultat bool

write() public méthode

public write ( output_port p ) : void
p output_port
Résultat void