Added a new interface, IOStreamConfigurationStore, that provides the two methods read and write which take an InputStream and OutputStream, respectively. This interface is implemented by the YamlConfigurationStore class.
Added several static methods to the YamlConfigurations class that correspond to these new read/write methods.