C# Class BFSchema.StreamErrorHandler

Inheritance: System.IO.TextWriter
Afficher le fichier Open project: Andos/BinaryFileSchema

Méthodes publiques

Méthode Description
StreamErrorHandler ( IBfsErrorHandler errorhandler ) : System
Write ( string value ) : void
WriteLine ( string value ) : void

Method Details

StreamErrorHandler() public méthode

public StreamErrorHandler ( IBfsErrorHandler errorhandler ) : System
errorhandler IBfsErrorHandler
Résultat System

Write() public méthode

public Write ( string value ) : void
value string
Résultat void

WriteLine() public méthode

public WriteLine ( string value ) : void
value string
Résultat void