public class InventoryXMLReader extends java.lang.Object implements InventoryReader
Constructor and Description |
---|
InventoryXMLReader(java.io.File file)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
InventoryEntry |
getNext()
Gets the next product file reference in the PDS Inventory file.
|
public InventoryXMLReader(java.io.File file) throws InventoryReaderException
file
- A PDS Inventory fileInventoryReaderException
- If an error occurred while reading
the Inventory file.public InventoryEntry getNext() throws InventoryReaderException
getNext
in interface InventoryReader
InventoryReaderException
- If an error occurred while reading
the Inventory file.Copyright © 2010-2018 Planetary Data System. All Rights Reserved.