C# Class bigloo.input_pipe_port

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

Méthodes publiques

Свойство Type Description
_in Stream

Méthodes publiques

Méthode Description
close ( ) : void
input_pipe_port ( Stream _in, byte c ) : System
input_pipe_port ( String cmd, byte buf ) : System
input_pipe_port ( byte cmd, byte buf ) : System
pipe_name_p ( byte name ) : bool
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

close() public méthode

public close ( ) : void
Résultat void

input_pipe_port() public méthode

public input_pipe_port ( Stream _in, byte c ) : System
_in Stream
c byte
Résultat System

input_pipe_port() public méthode

public input_pipe_port ( String cmd, byte buf ) : System
cmd String
buf byte
Résultat System

input_pipe_port() public méthode

public input_pipe_port ( byte cmd, byte buf ) : System
cmd byte
buf byte
Résultat System

pipe_name_p() public static méthode

public static pipe_name_p ( byte name ) : bool
name byte
Résultat bool

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

Property Details

_in public_oe property

public Stream _in
Résultat Stream