C# Class bigloo.binary_port

Inheritance: obj
Afficher le fichier Open project: mbrock/bigloo-llvm Class Usage Examples

Méthodes publiques

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

Méthodes publiques

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

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

close() public méthode

public close ( ) : binary_port
Résultat binary_port

flush() public méthode

public flush ( ) : binary_port
Résultat binary_port

input_obj() public méthode

public input_obj ( ) : Object
Résultat Object

output_obj() public méthode

public output_obj ( Object obj ) : obj
obj Object
Résultat obj

write() public méthode

public write ( output_port p ) : void
p output_port
Résultat void

Property Details

stream public_oe property

public Stream stream
Résultat Stream