TreeView for WinForms | ComponentOne
C1.Util Namespace / FontSubSet.BigEndianBinaryWriter Class / Write Method / Write(Int32) Method
The four-byte signed integer to write.

In This Topic
    Write(Int32) Method
    In This Topic
    Writes a four-byte signed integer to the current stream and advances the stream position by four bytes.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub Write( _
       ByVal value As Integer _
    ) 
    public override void Write( 
       int value
    )

    Parameters

    value
    The four-byte signed integer to write.
    Exceptions
    ExceptionDescription
    An I/O error occurs.
    The stream is closed.
    See Also