Initializes a new instance of the BigEndianBinaryWriter class.
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);
BigEndianBinaryWriter Class | BigEndianBinaryWriter Members | Geotools.IO Namespace