BinaryInterleave Method | 
| Name | Description | |
|---|---|---|
| Interleave(Byte, Byte) | 
            Interleaves a byte array i.e.
            XXXXYYYY -> XYXYXYXY
              | |
| Interleave(Byte, Byte, Int32, Int32) | 
            Interleaves a byte array i.e.
            XXXXYYYY -> XYXYXYXY
              | |
| Interleave(Byte, Byte, Int32, Int32, Boolean) | 
            Interleaves a byte array  i.e.
            XXXXYYYY -> XYXYXYXY
              |