DMECC000_140Translator
Contents
[
Hide
]
Inheritance: java.lang.Object
public class DMECC000_140Translator
The class for decoding data
Constructors
| Constructor | Description |
|---|---|
| DMECC000_140Translator() |
Methods
| Method | Description |
|---|---|
| decoding(BitArrayArray bits) | Decodes DataMatrix from binary matrix to string result |
| decoding(BitArrayArray bits, boolean isAllowIncorrectBarcode) | Decodes DataMatrix from binary matrix to string result |
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
DMECC000_140Translator()
public DMECC000_140Translator()
decoding(BitArrayArray bits)
public static String decoding(BitArrayArray bits)
Decodes DataMatrix from binary matrix to string result
Parameters:
| Parameter | Type | Description |
|---|---|---|
| bits | BitArrayArray | input bits matrix |
Returns: java.lang.String - decoded list of bits
decoding(BitArrayArray bits, boolean isAllowIncorrectBarcode)
public static String decoding(BitArrayArray bits, boolean isAllowIncorrectBarcode)
Decodes DataMatrix from binary matrix to string result
Parameters:
| Parameter | Type | Description |
|---|---|---|
| bits | BitArrayArray | input bits matrix |
| isAllowIncorrectBarcode | boolean | Allow to return barcodes with incorrect checksumm |
Returns: java.lang.String - decoded list of bits
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | long | |
| arg1 | int |