Method DecodeBioBlocks
DecodeBioBlocks(Byte[])
Decodes a sequence of BioBlock
Declaration
public static Queue<BioBlock> DecodeBioBlocks(byte[] bioBlocks)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | bioBlocks | An encoded sequence of blocks. |
Returns
Type | Description |
---|---|
System.Collections.Generic.Queue<BioBlock> | A queue of decoded blocks./> |