20 namespace Deveel.Data.Configuration {
37 throw new ArgumentNullException(
"stream");
45 public Stream Stream {
get;
private set; }
48 get {
return Stream; }
52 get {
return Stream; }
A source for stored configurations or destination to configurations to store.
Stream InputStream
Gets a Stream that is used to load the configurations.
An implementation of IConfigSource that handles a single Stream as source and destination of the conf...
StreamConfigSource(Stream stream)
Constructs the source with the given stream.
Stream OutputStream
Gets a Stream that can be writtern with the configurations from a IConfiguration. ...