C# Class BFSchema.StreamErrorHandler

Inheritance: System.IO.TextWriter
Show file Open project: Andos/BinaryFileSchema

Public Methods

Method Description
StreamErrorHandler ( IBfsErrorHandler errorhandler ) : System
Write ( string value ) : void
WriteLine ( string value ) : void

Method Details

StreamErrorHandler() public method

public StreamErrorHandler ( IBfsErrorHandler errorhandler ) : System
errorhandler IBfsErrorHandler
return System

Write() public method

public Write ( string value ) : void
value string
return void

WriteLine() public method

public WriteLine ( string value ) : void
value string
return void