TreeView for WinForms | ComponentOne
C1.Util Namespace / FontSubSet.BigEndianBinaryReader Class
Properties Methods


In This Topic
    FontSubSet.BigEndianBinaryReader Class Members
    In This Topic

    The following tables list the members exposed by FontSubSet.BigEndianBinaryReader.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public Property (Inherited from System.IO.BinaryReader)
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from System.IO.BinaryReader)
    Public MethodOverloaded. Overridden. Releases the unmanaged resources used by the System.IO.BinaryReader class and optionally releases the managed resources.  
    Public Method (Inherited from System.IO.BinaryReader)
    Public MethodOverloaded.  (Inherited from System.IO.BinaryReader)
    Public Method (Inherited from System.IO.BinaryReader)
    Public Method (Inherited from System.IO.BinaryReader)
    Public Method (Inherited from System.IO.BinaryReader)
    Public MethodOverridden. 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.  
    Public MethodOverridden. Reads the specified number of characters from the current stream, returns the data in a character array, and advances the current position in accordance with the Encoding used and the specific character being read from the stream.  
    Public Method (Inherited from System.IO.BinaryReader)
    Public MethodOverridden. Reads an 8-byte floating point value from the current stream and advances the current position of the stream by eight bytes.  
    Public MethodOverridden. Reads a 2-byte signed integer from the current stream and advances the current position of the stream by two bytes.  
    Public MethodOverridden. Reads a 4-byte signed integer from the current stream and advances the current position of the stream by four bytes.  
    Public MethodOverridden. Reads an 8-byte signed integer from the current stream and advances the current position of the stream by eight bytes.  
    Public Method (Inherited from System.IO.BinaryReader)
    Public MethodOverridden. Reads a 4-byte floating point value from the current stream and advances the current position of the stream by four bytes.  
    Public Method (Inherited from System.IO.BinaryReader)
    Public MethodOverridden. Reads a 2-byte unsigned integer from the current stream using little-endian encoding and advances the position of the stream by two bytes.  
    Public MethodOverridden. Reads a 4-byte unsigned integer from the current stream and advances the position of the stream by four bytes.  
    Public MethodOverridden. Reads an 8-byte unsigned integer from the current stream and advances the position of the stream by eight bytes.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from System.IO.BinaryReader)
    Top
    See Also