FanoEcc000

Inheritance: java.lang.Object

All Implemented Interfaces: com.aspose.barcode.barcoderecognition.recognition.datamatrix.ecc000_140.eccfano.IFano

public class FanoEcc000 implements IFano

Class for the Fano algorithm ECC 000

Constructors

Constructor Description
FanoEcc000()

Methods

Method Description
equals(Object arg0)
executeFano(List inputBytes, int limit) Copy input bytes to return bytes
getClass()
hashCode()
notify()
notifyAll()
removeSuffix(List listBytes) Remove last bytes
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

FanoEcc000()

public FanoEcc000()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

executeFano(List inputBytes, int limit)

public List<Byte> executeFano(List<Byte> inputBytes, int limit)

Copy input bytes to return bytes

Parameters:

Parameter Type Description
inputBytes java.util.List<java.lang.Byte> input bytes
limit int a parameter is not used

Returns: List - result bytes

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()

removeSuffix(List listBytes)

public void removeSuffix(List<Byte> listBytes)

Remove last bytes

Parameters:

Parameter Type Description
listBytes com.aspose.barcode.java.List<java.lang.Byte> input bytes

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