Class EncodedCollections
All information association with encoded an array of capture collections.
Inheritance
System.Object
EncodedCollections
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Recolude.Core.IO
Assembly: Recolude.Core.dll
Syntax
public class EncodedCollections
Constructors
EncodedCollections(Byte[], Byte[][])
Declaration
public EncodedCollections(byte[] header, byte[][] encodedCollectionsData)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | header | |
System.Byte[][] | encodedCollectionsData |
Properties
EncodedCollectionsData
All serialized capture collection data.
Declaration
public byte[][] EncodedCollectionsData { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[][] | All serialized capture collection data. |
Header
Summary data produced from encoding that specific array of capture collections.
Declaration
public byte[] Header { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | Serialized summary data. |