Interface InventoryReader
- 
- All Known Implementing Classes:
- InventoryTableReader,- InventoryXMLReader
 
 public interface InventoryReaderInterface for reading a PDS Inventory File.- Author:
- mcayanan
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description InventoryEntrygetNext()Get the next file reference in the Inventory file.
 
- 
- 
- 
Method Detail- 
getNextInventoryEntry getNext() throws InventoryReaderException Get the next file reference in the Inventory file.- Returns:
- An object representation of the next file reference in the Inventory file.
- Throws:
- InventoryReaderException
 
 
- 
 
-