Geotools.Net

BigEndianBinaryReader Class

Extends the BinaryReader class to allow reading of integers in the Big Endian format.

For a list of all members of this type, see BigEndianBinaryReader Members.

System.Object
   BinaryReader
      BigEndianBinaryReader

[Visual Basic]
Public Class BigEndianBinaryReader
Inherits BinaryReader
[C#]
public class BigEndianBinaryReader : BinaryReader

Remarks

The BinaryReader uses Little Endian format when reading binary streams.

Requirements

Namespace: Geotools.IO Namespace

Assembly: Geotools.dll

See Also

BigEndianBinaryReader Members | Geotools.IO Namespace