org.equanda.util.barcode
Class EAN128Iterator

java.lang.Object
  extended by org.equanda.util.barcode.EAN128Iterator

public class EAN128Iterator
extends Object

Class for iterating the AI's of a EAN 128 barcode

Author:
Joachim Van der Auwera

Constructor Summary
EAN128Iterator(String barcode)
          create a EAN128 barcode iterator which can be used to get all the AI's and their value
 
Method Summary
 boolean hasNext()
           
 EAN128Part next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EAN128Iterator

public EAN128Iterator(String barcode)
create a EAN128 barcode iterator which can be used to get all the AI's and their value

Parameters:
barcode - barcode to split
Method Detail

hasNext

public boolean hasNext()

next

public EAN128Part next()
                throws EAN128InvalidData
Throws:
EAN128InvalidData

remove

public void remove()


Copyright © 2007-2009. All Rights Reserved.