C# Class bigloo.binary_port

Inheritance: obj
显示文件 Open project: mbrock/bigloo-llvm Class Usage Examples

Public Properties

Property Type Description
stream Stream

Public Methods

Method Description
binary_port ( Stream stream ) : System
close ( ) : binary_port
flush ( ) : binary_port
input_obj ( ) : Object
output_obj ( Object obj ) : obj
write ( output_port p ) : void

Method Details

binary_port() public method

public binary_port ( Stream stream ) : System
stream Stream
return System

close() public method

public close ( ) : binary_port
return binary_port

flush() public method

public flush ( ) : binary_port
return binary_port

input_obj() public method

public input_obj ( ) : Object
return Object

output_obj() public method

public output_obj ( Object obj ) : obj
obj Object
return obj

write() public method

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

Property Details

stream public_oe property

public Stream stream
return Stream