Class BlockPair


  • final class BlockPair
    extends java.lang.Object
    • Field Detail

      • dataBytes

        private final byte[] dataBytes
      • errorCorrectionBytes

        private final byte[] errorCorrectionBytes
    • Constructor Detail

      • BlockPair

        BlockPair​(byte[] data,
                  byte[] errorCorrection)
    • Method Detail

      • getDataBytes

        public byte[] getDataBytes()
      • getErrorCorrectionBytes

        public byte[] getErrorCorrectionBytes()