Ribbon for WinForms | ComponentOne
C1.Util Namespace / FontSubSet.BigEndianBinaryReader Class / ReadUInt64 Method

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

    Return Value

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