Class LineLocationCodec
A decoder that decodes binary data into a line location.
Inheritance
System.Object
LineLocationCodec
Inherited Members
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: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class LineLocationCodec
Methods
CanDecode(Byte[])
Returns true if the given data can be decoded but this decoder.
Declaration
public static bool CanDecode(byte[] data)
Parameters
System.Byte[]
data
|
Returns
System.Boolean
|
Decode(Byte[])
Decodes the given data into a location reference.
Declaration
public static LineLocation Decode(byte[] data)
Parameters
System.Byte[]
data
|
Returns
LineLocation
|
Encode(LineLocation)
Encodes a point along line location.
Declaration
public static byte[] Encode(LineLocation location)
Parameters
LineLocation
location
|
Returns
System.Byte[]
|