com.partnersoft.v3x.io.formats.palm
Class PDBReader
java.lang.Object
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.
|
Constructor Summary |
PDBReader(java.io.File filet)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
currentID
public int currentID
currentData
public ByteBuffer currentData
PDBReader
public PDBReader(java.io.File filet)
throws java.io.IOException
- Throws:
java.io.IOException
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