Method EncodeBioBlocks
EncodeBioBlocks(Queue<BioBlock>)
Encodes a sequence of BioBlock
Declaration
public static byte[] EncodeBioBlocks(Queue<BioBlock> bioBlocks)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.Queue<BioBlock> | bioBlocks | The blocks to encode. |
Returns
| Type | Description |
|---|---|
| System.Byte[] | An encoded sequence of blocks. |