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

In This Topic
    ReadUInt32 Method (FontSubSet.BigEndianBinaryReader)
    In This Topic
    Reads a 4-byte unsigned integer from the current stream and advances the position of the stream by four bytes.
    Syntax
    'Declaration
     
    
    <CLSCompliantAttribute(False)>
    Public Overrides Function ReadUInt32() As UInteger
    [CLSCompliant(false)]
    public override uint ReadUInt32()

    Return Value

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