com.google.zxing.qrcode.decoder
Class Version.ECB

java.lang.Object
  extended by com.google.zxing.qrcode.decoder.Version.ECB
Enclosing class:
Version

public static final class Version.ECB
extends Object

Encapsualtes the parameters for one error-correction block in one symbol version. This includes the number of data codewords, and the number of times a block with these parameters is used consecutively in the QR code version's format.

Since:
BlackBerry API 6.0.0

Method Summary
 int getCount()
           
 int getDataCodewords()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 



Method Detail

getCount

public int getCount()
Since:
BlackBerry API 6.0.0

getDataCodewords

public int getDataCodewords()
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