Geotools.Net

BigEndianBinaryWriter Constructor

Initializes a new instance of the BigEndianBinaryWriter class.

Overload List

Initializes a new instance of the BigEndianBinaryWriter class.

public BigEndianBinaryWriter();

Initializes a new instance of the BigEndianBinaryWriter class based on the supplied stream and using UTF-8 as the encoding for strings.

public BigEndianBinaryWriter(Stream);

Initializes a new instance of the BigEndianBinaryWriter class based on the supplied stream and a specific character encoding.

public BigEndianBinaryWriter(Stream,Encoding);

See Also

BigEndianBinaryWriter Class | BigEndianBinaryWriter Members | Geotools.IO Namespace