Noemax.GZip Namespace > DeflateInputStream Class : SetLength Method |
'Declaration Public Overrides Sub SetLength( _ ByVal value As System.Long _ )
'Usage Dim instance As DeflateInputStream Dim value As System.Long instance.SetLength(value)
public override void SetLength( System.long value )
public procedure SetLength( value: System.Int64 ); override;
public override function SetLength( value : System.long );
public: void SetLength( System.long value ) override
public: void SetLength( System.int64 value ) override
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
DeflateInputStream Class
DeflateInputStream Members
Base Implementation in SetLength