Class BioBlockHelper
Helps working with BioBlocks.
Inheritance
System.Object
BioBlockHelper
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: Sig.Crypto.BioBlocks
Assembly: SigCrypto.dll
Syntax
public class BioBlockHelper
Methods
| Name | Description |
|---|---|
| DecodeBioBlocks(Byte[]) | Decodes a sequence of BioBlock |
| EncodeBioBlocks(Queue<BioBlock>) | Encodes a sequence of BioBlock |
| TransformBioBlocks(Queue<BioBlock>, IBioBlockTransform) | Applies a transformation to a sequence of BioBlocks. |