com.google.zxing.common.reedsolomon
Class ReedSolomonEncoder
java.lang.Object
com.google.zxing.common.reedsolomon.ReedSolomonEncoder
public final class ReedSolomonEncoder
- extends Object
Implements Reed-Solomon enbcoding, as the name implies.
- Since:
- BlackBerry API 6.0.0
Method Summary |
void |
encode(int[] toEncode,
int ecBytes)
|
ReedSolomonEncoder
public ReedSolomonEncoder(GF256 field)
- Since:
- BlackBerry API 6.0.0
encode
public void encode(int[] toEncode,
int ecBytes)
- Since:
- BlackBerry API 6.0.0
Copyright 1999-2011 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Java is a trademark of Oracle America Inc. in the US and other countries.
Legal