Contains methods for working with temporary streams.
Returns a temporary stream best suited for storing data of the specified length.
This will used either a SlimMemoryStream or a System.IO.FileStream backed by System.IO.Path.GetTempFileName, depending on the expected length passed to Create(long expectedLength).