Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Serialization Namespace / FieldWriter Class / Write Method / Write(Int32) Method

In This Topic
    Write(Int32) Method
    In This Topic
    Stores a 32-bit signed value into the stream using 7-bit encoding. The value is written 7 bits at a time (starting with the least-significant bits) until there are no more bits to write. The eighth bit of each byte stored is used to indicate whether there are more bytes following this one.
    Syntax
    'Declaration
     
    
    Public Overloads Sub Write( _
       ByVal value As Integer _
    ) 
    public void Write( 
       int value
    )

    Parameters

    value
    Remarks
    The value is written 7 bits at a time (starting with the least-significant bits) until there are no more bits to write. The eighth bit of each byte stored is used to indicate whether there are more bytes following this one.
    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