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

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

    Parameters

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