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

In This Topic
    ReadChar Method (FontSubSet.BigEndianBinaryReader)
    In This Topic
    Reads the next character from the current stream and advances the current position of the stream in accordance with the Encoding used and the specific character being read from the stream.
    Syntax
    'Declaration
     
    
    Public Overrides Function ReadChar() As Char
    public override char ReadChar()

    Return Value

    A character read from the current stream.
    Exceptions
    ExceptionDescription
    The end of the stream is reached.
    The stream is closed.
    An I/O error occurs.
    A surrogate character was read.
    See Also