Cuminas DjVu SDK for .NET Framework
CreateInflateStream Method



Stream which contains compressed data.
Syntax
Public Shared Function CreateInflateStream( _
   ByVal stream As Stream _
) As Stream
Dim stream As Stream
Dim value As Stream
 
value = IO.CreateInflateStream(stream)
public static Stream CreateInflateStream( 
   Stream stream
)
public:
static Stream^ CreateInflateStream( 
   Stream^ stream
) 

Parameters

stream
Stream which contains compressed data.
Requirements

Target Platforms: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Reference

IO Class
IO Members

Send Feedback