C# Class bigloo.output_string_port

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

Public Methods

Method Description
close ( ) : Object
flush ( ) : Object
get_string ( ) : byte[]
output_string_port ( ) : System
reset ( ) : Object

Method Details

close() public method

public close ( ) : Object
return Object

flush() public method

public flush ( ) : Object
return Object

get_string() public method

public get_string ( ) : byte[]
return byte[]

output_string_port() public method

public output_string_port ( ) : System
return System

reset() public method

public reset ( ) : Object
return Object