Initializes a new instance of the BigEndianBinaryReader class based on the supplied stream and using UTF8Encoding.
Initializes a new instance of the BigEndianBinaryReader class based on the supplied stream and using UTF8Encoding.
public BigEndianBinaryReader(Stream);
Initializes a new instance of the BigEndianBinaryReader class based on the supplied stream and a specific character encoding.
public BigEndianBinaryReader(Stream,Encoding);
BigEndianBinaryReader Class | BigEndianBinaryReader Members | Geotools.IO Namespace