Nevron .NET Vision
Nevron.Compression Namespace / DeflaterOutputStream Class / SetLength Method
The new stream length.


In This Topic
    SetLength Method (DeflaterOutputStream)
    In This Topic
    Sets the length of this stream to the given value. Not supported by this class!
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetLength( _
       ByVal value As System.Long _
    ) 
    'Usage
     
    
    Dim instance As DeflaterOutputStream
    Dim value As System.Long
     
    instance.SetLength(value)
    public override void SetLength( 
       System.long value
    )

    Parameters

    value
    The new stream length.
    Exceptions
    ExceptionDescription
    Any access
    Requirements

    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

    See Also