com.partnersoft.v3x.io.formats.palm
Class PDBReader

java.lang.Object
  extended by com.partnersoft.v3x.io.formats.palm.PDBReader
All Implemented Interfaces:
java.util.Iterator
Direct Known Subclasses:
StakingBuddyJobReader, StakingBuddyLocationReader

public class PDBReader
extends java.lang.Object
implements java.util.Iterator

Reader for PalmOS pdb files.


Field Summary
 ByteBuffer currentData
           
 int currentID
           
 
Constructor Summary
PDBReader(java.io.File filet)
           
 
Method Summary
 void close()
           
 boolean hasNext()
           
static void main(java.lang.String[] argv)
           
 java.lang.Object next()
           
 void readData(FastDataInputStream innie, int length)
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentID

public int currentID

currentData

public ByteBuffer currentData
Constructor Detail

PDBReader

public PDBReader(java.io.File filet)
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

main

public static void main(java.lang.String[] argv)

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator

next

public java.lang.Object next()
Specified by:
next in interface java.util.Iterator

readData

public void readData(FastDataInputStream innie,
                     int length)
              throws java.io.IOException
Throws:
java.io.IOException

remove

public void remove()
Specified by:
remove in interface java.util.Iterator

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException