C# Class bigloo.input_pipe_port

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

Public Properties

Property Type Description
_in Stream

Public Methods

Method 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

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

Method Details

close() public method

public close ( ) : void
return void

input_pipe_port() public method

public input_pipe_port ( Stream _in, byte c ) : System
_in Stream
c byte
return System

input_pipe_port() public method

public input_pipe_port ( String cmd, byte buf ) : System
cmd String
buf byte
return System

input_pipe_port() public method

public input_pipe_port ( byte cmd, byte buf ) : System
cmd byte
buf byte
return System

pipe_name_p() public static method

public static pipe_name_p ( byte name ) : bool
name byte
return bool

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

Property Details

_in public property

public Stream _in
return Stream