An implementation of IConfigSource that handles a single Stream as source and destination of the configurations.
More...
An implementation of IConfigSource that handles a single Stream as source and destination of the configurations.
Definition at line 26 of file StreamConfigSource.cs.
Deveel.Data.Configuration.StreamConfigSource.StreamConfigSource |
( |
Stream |
stream | ) |
|
|
inline |
Constructs the source with the given stream.
- Parameters
-
stream | The stream that will be used to read from or write to. |
- Exceptions
-
ArgumentNullException | If the given stream is null . |
Definition at line 35 of file StreamConfigSource.cs.
37 throw new ArgumentNullException(
"stream");
Stream Stream
Gets the stream handled by this source.
Stream IConfigSource. Deveel.Data.Configuration.StreamConfigSource.InputStream |
|
getprivate |
Stream IConfigSource. Deveel.Data.Configuration.StreamConfigSource.OutputStream |
|
getprivate |
Stream Deveel.Data.Configuration.StreamConfigSource.Stream |
|
getprivate set |
The documentation for this class was generated from the following file:
- /var/calculate/remote/distfiles/egit-src/deveeldb.git/src/deveeldb/Deveel.Data.Configuration/StreamConfigSource.cs