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

In This Topic
    ReadInt32 Method (FontSubSet.BigEndianBinaryReader)
    In This Topic
    Reads a 4-byte signed integer from the current stream and advances the current position of the stream by four bytes.
    Syntax
    'Declaration
     
    
    Public Overrides Function ReadInt32() As Integer
    public override int ReadInt32()

    Return Value

    A 4-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