New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Constructors

C#
public WkbStreamReader(MemoryStream stream)
Parameters:streamMemoryStream

Methods

C#
public void CompleteReading()
C#
public bool Eof()
Returns:

bool

C#
public override double ReadDouble()
Returns:

double

Overrides: BinaryReader.ReadDouble()

C#
public void ReadPointTrail(int count)
Parameters:countint
C#
public override uint ReadUInt32()
Returns:

uint

Overrides: BinaryReader.ReadUInt32()

C#
public void SetConverterByteOrder()