Geotools.Net

BigEndianBinaryWriter.WriteIntBE Method 

Reads a 2-byte signed integer using the big-endian layout from the current stream and advances the current position of the stream by two bytes.

[Visual Basic]
Public Sub WriteIntBE( _
   ByVal integer As Integer _
)
[C#]
public void WriteIntBE(
   int integer
);

Parameters

integer
The four-byte signed integer to write.

Remarks

Missing <remarks> documentation for M:Geotools.IO.BigEndianBinaryWriter.WriteIntBE(System.Int32)

See Also

BigEndianBinaryWriter Class | BigEndianBinaryWriter Members | Geotools.IO Namespace