Interface InventoryReader
- All Known Implementing Classes:
InventoryTableReader
public interface InventoryReader
Interface for reading a PDS Inventory File.
- Author:
- mcayanan
-
Method Summary
Modifier and Type Method Description InventoryEntry
getNext()
Get the next file reference in the Inventory file.
-
Method Details
-
getNext
Get the next file reference in the Inventory file.- Returns:
- An object representation of the next file reference in the Inventory file.
- Throws:
InventoryReaderException
- If an error occured while getting the next entry in the inventory file.
-