Class BlockPair


  • final class BlockPair
    extends java.lang.Object
    Helper class that groups a block of databytes with its corresponding block of error correction block
    • Field Detail

      • dataBytes

        private final ByteArray dataBytes
      • errorCorrectionBytes

        private final ByteArray errorCorrectionBytes
    • Method Detail

      • getDataBytes

        public ByteArray getDataBytes()
        Returns:
        data block of the pair
      • getErrorCorrectionBytes

        public ByteArray getErrorCorrectionBytes()
        Returns:
        error correction block of the pair