Geotools.Net

BigEndianBinaryReader.ReadIntBE Method 

Reads a 4-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 Function ReadIntBE() As Integer
[C#]
public int ReadIntBE();

Return Value

Missing <returns> documentation for M:Geotools.IO.BigEndianBinaryReader.ReadIntBE

Remarks

Missing <remarks> documentation for M:Geotools.IO.BigEndianBinaryReader.ReadIntBE

See Also

BigEndianBinaryReader Class | BigEndianBinaryReader Members | Geotools.IO Namespace