C# Class bigloo.output_stream_port

Inheritance: output_port
Afficher le fichier Open project: mbrock/bigloo-llvm

Protected Properties

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

Méthodes publiques

Méthode 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 méthode

public close ( ) : Object
Résultat Object

flush() public méthode

public flush ( ) : Object
Résultat Object

invoke_flush_hook() public méthode

public invoke_flush_hook ( bigloo size ) : void
size bigloo
Résultat void

output_stream_port() public méthode

public output_stream_port ( Stream stream ) : System
stream Stream
Résultat System

output_stream_port() public méthode

public output_stream_port ( Stream stream, byte name ) : System
stream Stream
name byte
Résultat System

output_stream_port() public méthode

public output_stream_port ( byte file ) : System
file byte
Résultat System

output_stream_port() public méthode

public output_stream_port ( byte file, bool append ) : System
file byte
append bool
Résultat System

write() public méthode

public write ( String s ) : void
s String
Résultat void

write() public méthode

public write ( byte s ) : void
s byte
Résultat void

write() public méthode

public write ( byte s, int start, int end ) : void
s byte
start int
end int
Résultat void

write() public méthode

public write ( int cn ) : void
cn int
Résultat void

Property Details

stream protected_oe property

protected Stream stream
Résultat Stream