Geotools.Net

BigEndianBinaryReader Constructor

Initializes a new instance of the BigEndianBinaryReader class based on the supplied stream and using UTF8Encoding.

Overload List

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);

See Also

BigEndianBinaryReader Class | BigEndianBinaryReader Members | Geotools.IO Namespace