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