Nevron .NET Vision
Nevron.Compression Namespace / InflaterInputStream Class / WriteByte Method
The byte to write.


In This Topic
    WriteByte Method (InflaterInputStream)
    In This Topic
    Writes one byte to the current stream and advances the current position Always throws a NotSupportedException
    Syntax
    'Declaration
     
    
    Public Overrides Sub WriteByte( _
       ByVal value As System.Byte _
    ) 
    'Usage
     
    
    Dim instance As InflaterInputStream
    Dim value As System.Byte
     
    instance.WriteByte(value)
    public override void WriteByte( 
       System.byte value
    )

    Parameters

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