C# Class Oddr.Documenthandlers.DeviceBuilderParser

Mostra file Open project: OpenDDRdotORG/OpenDDR-CSharp Class Usage Examples

Public Methods

Method Description
DeviceBuilderParser ( Stream stream ) : System
DeviceBuilderParser ( Stream stream, List builders ) : System
DeviceBuilders ( ) : IDeviceBuilder[]
Parse ( ) : void
SetStream ( Stream stream ) : void

Private Methods

Method Description
Init ( Stream stream ) : void

Method Details

DeviceBuilderParser() public method

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

DeviceBuilderParser() public method

public DeviceBuilderParser ( Stream stream, List builders ) : System
stream Stream
builders List
return System

DeviceBuilders() public method

public DeviceBuilders ( ) : IDeviceBuilder[]
return IDeviceBuilder[]

Parse() public method

Thrown when...
public Parse ( ) : void
return void

SetStream() public method

Thrown when stream is null
public SetStream ( Stream stream ) : void
stream Stream
return void