ReedSolomonEncoder Public class
Diagram
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph iTextSharp.text.pdf.qrcode
iTextSharp.text.pdf.qrcode.ReedSolomonEncoder[[ReedSolomonEncoder]]
end
Members
Methods
Public methods
| Returns | Name |
|---|
void | Encode(int``[] toEncode, int ecBytes) |
Details
Constructors
ReedSolomonEncoder
Source code
public ReedSolomonEncoder(GF256 field)
Arguments
| Type | Name | Description |
|---|
GF256 | field | |
Methods
Encode
Source code
public void Encode(int[] toEncode, int ecBytes)
Arguments
| Type | Name | Description |
|---|
int``[] | toEncode | |
int | ecBytes | |
Generated with ModularDoc