Fixed streaming API in a way that work with SST.
SST requires calling of BeginStep() before meta-data can be read. This required breaking reading into two methods PrepareNextStep() and ReadStep().
SST requires calling of BeginStep() before meta-data can be read. This required breaking reading into two methods PrepareNextStep() and ReadStep().