C# Class bigloo.output_stream_port

Inheritance: output_port
Mostrar archivo Open project: mbrock/bigloo-llvm

Protected Properties

Property Type Description
stream Stream

Public Methods

Method Description
close ( ) : Object
flush ( ) : Object
invoke_flush_hook ( bigloo size ) : void
output_stream_port ( Stream stream ) : System
output_stream_port ( Stream stream, byte name ) : System
output_stream_port ( byte file ) : System
output_stream_port ( byte file, bool append ) : System
write ( String s ) : void
write ( byte s ) : void
write ( byte s, int start, int end ) : void
write ( int cn ) : void

Method Details

close() public method

public close ( ) : Object
return Object

flush() public method

public flush ( ) : Object
return Object

invoke_flush_hook() public method

public invoke_flush_hook ( bigloo size ) : void
size bigloo
return void

output_stream_port() public method

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

output_stream_port() public method

public output_stream_port ( Stream stream, byte name ) : System
stream Stream
name byte
return System

output_stream_port() public method

public output_stream_port ( byte file ) : System
file byte
return System

output_stream_port() public method

public output_stream_port ( byte file, bool append ) : System
file byte
append bool
return System

write() public method

public write ( String s ) : void
s String
return void

write() public method

public write ( byte s ) : void
s byte
return void

write() public method

public write ( byte s, int start, int end ) : void
s byte
start int
end int
return void

write() public method

public write ( int cn ) : void
cn int
return void

Property Details

stream protected_oe property

protected Stream stream
return Stream