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

In This Topic
    Write(Int64) Method
    In This Topic
    Writes an eight-byte signed integer to the current stream and advances the stream position by eight bytes.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Sub Write( _
       ByVal value As Long _
    ) 
    public override void Write( 
       long value
    )

    Parameters

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