public class DmParams extends Object
| Constructor and Description |
|---|
DmParams(int height,
int width,
int heightSection,
int widthSection,
int dataSize,
int dataBlock,
int errorBlock)
Creates a DM code parameter block
|
| Modifier and Type | Method and Description |
|---|---|
int |
getDataBlock()
Retrieves the size of the data block.
|
int |
getDataSize()
Retrieves the size of the data.
|
int |
getErrorBlock()
Retrieves the size of the error block.
|
int |
getHeight()
Retrieves the height of DmParams object.
|
int |
getHeightSection()
Retrieves the height of a single section.
|
int |
getWidth()
Retrieves the width of DmParams object.
|
int |
getWidthSection()
Retrieves the width of a single section.
|
public DmParams(int height,
int width,
int heightSection,
int widthSection,
int dataSize,
int dataBlock,
int errorBlock)
height - total heightwidth - total widthheightSection - height of a single sectionwidthSection - width of a single sectiondataSize - size of the datadataBlock - size of a data-blockerrorBlock - size of a error-correction blockpublic int getHeight()
public int getWidth()
public int getHeightSection()
public int getWidthSection()
public int getDataSize()
public int getDataBlock()
public int getErrorBlock()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.