C# Class Deveel.Data.Configuration.StreamConfigurationSource

An implementation of IConfigurationSource that handles a single Stream as source and destination of the configurations.
Inheritance: IConfigurationSource
显示文件 Open project: deveel/deveeldb

Private Properties

Property Type Description

Public Methods

Method Description
StreamConfigurationSource ( Stream stream ) : System

Constructs the source with the given stream.

Method Details

StreamConfigurationSource() public method

Constructs the source with the given stream.
/// If the given is null. ///
public StreamConfigurationSource ( Stream stream ) : System
stream Stream The stream that will be used to read /// from or write to.
return System