IFano
public interface IFano
This interface helps to decode bytes
Methods
| Method | Description |
|---|---|
| executeFano(List |
|
| removeSuffix(List |
executeFano(List inputBytes, int limit)
public abstract List<Byte> executeFano(List<Byte> inputBytes, int limit)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| inputBytes | java.util.List<java.lang.Byte> | |
| limit | int |
Returns: List
removeSuffix(List listBytes)
public abstract void removeSuffix(List<Byte> listBytes)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| listBytes | com.aspose.barcode.java.List<java.lang.Byte> |