final class BlockPair
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private byte[] |
dataBytes |
private byte[] |
errorCorrectionBytes |
Constructor and Description |
---|
BlockPair(byte[] data,
byte[] errorCorrection) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getDataBytes() |
byte[] |
getErrorCorrectionBytes() |