StringDecompressionStream(Stream, StringLookup) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
StringDecompressionStream(System::IO::Stream ^ stitchedStream, Microsoft::XLANGs::Core::StringLookup ^ lookupObj);
public StringDecompressionStream (System.IO.Stream stitchedStream, Microsoft.XLANGs.Core.StringLookup lookupObj);
new Microsoft.XLANGs.Core.StringDecompressionStream : System.IO.Stream * Microsoft.XLANGs.Core.StringLookup -> Microsoft.XLANGs.Core.StringDecompressionStream
Public Sub New (stitchedStream As Stream, lookupObj As StringLookup)
Parameters
- stitchedStream
- Stream
- lookupObj
- StringLookup