TreeView for WinForms | ComponentOne
C1.Util Namespace / FontSubSet.BigEndianBinaryReader Class / ReadInt64 Method

In This Topic
    ReadInt64 Method (FontSubSet.BigEndianBinaryReader)
    In This Topic
    Reads an 8-byte signed integer from the current stream and advances the current position of the stream by eight bytes.
    Syntax
    'Declaration
     
    
    Public Overrides Function ReadInt64() As Long
    public override long ReadInt64()

    Return Value

    An 8-byte signed integer read from the current stream.
    Exceptions
    ExceptionDescription
    The end of the stream is reached.
    The stream is closed.
    An I/O error occurs.
    See Also