Nevron .NET Vision
Nevron.Compression Namespace / DeflaterOutputStream Class / WriteByte Method
The byte value.


In This Topic
    WriteByte Method (DeflaterOutputStream)
    In This Topic
    Writes a single byte to the compressed output stream.
    Syntax
    'Declaration
     
    
    Public Overrides Sub WriteByte( _
       ByVal value As System.Byte _
    ) 
    'Usage
     
    
    Dim instance As DeflaterOutputStream
    Dim value As System.Byte
     
    instance.WriteByte(value)
    public override void WriteByte( 
       System.byte value
    )

    Parameters

    value
    The byte value.
    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