Class WkbStreamReader
Inheritance
System.Object
System.IO.BinaryReader
WkbStreamReader
Inherited Members
System.IO.BinaryReader.Close()
System.IO.BinaryReader.Dispose(System.Boolean)
System.IO.BinaryReader.Dispose()
System.IO.BinaryReader.PeekChar()
System.IO.BinaryReader.Read()
System.IO.BinaryReader.ReadBoolean()
System.IO.BinaryReader.ReadByte()
System.IO.BinaryReader.ReadSByte()
System.IO.BinaryReader.ReadChar()
System.IO.BinaryReader.ReadInt16()
System.IO.BinaryReader.ReadUInt16()
System.IO.BinaryReader.ReadInt32()
System.IO.BinaryReader.ReadInt64()
System.IO.BinaryReader.ReadUInt64()
System.IO.BinaryReader.ReadSingle()
System.IO.BinaryReader.ReadDecimal()
System.IO.BinaryReader.ReadString()
System.IO.BinaryReader.Read(System.Char[], System.Int32, System.Int32)
System.IO.BinaryReader.ReadChars(System.Int32)
System.IO.BinaryReader.Read(System.Byte[], System.Int32, System.Int32)
System.IO.BinaryReader.ReadBytes(System.Int32)
System.IO.BinaryReader.FillBuffer(System.Int32)
System.IO.BinaryReader.Read7BitEncodedInt()
System.IO.BinaryReader.BaseStream
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadMap.dll
Syntax
public class WkbStreamReader : BinaryReader, IDisposable
Constructors
WkbStreamReader(MemoryStream)
Declaration
public WkbStreamReader(MemoryStream stream)
Parameters
System.IO.MemoryStream
stream
|
Methods
CompleteReading()
Declaration
public void CompleteReading()
Eof()
Declaration
public bool Eof()
Returns
System.Boolean
|
ReadDouble()
Declaration
public override double ReadDouble()
Returns
System.Double
|
Overrides
System.IO.BinaryReader.ReadDouble()
ReadPointTrail(Int32)
Declaration
public void ReadPointTrail(int count)
Parameters
System.Int32
count
|
ReadUInt32()
Declaration
public override uint ReadUInt32()
Returns
System.UInt32
|
Overrides
System.IO.BinaryReader.ReadUInt32()
SetConverterByteOrder()
Declaration
public void SetConverterByteOrder()