public class InventoryTableReader extends Object implements InventoryReader
Constructor and Description |
---|
InventoryTableReader(URL url)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
URL |
getDataFile()
Gets the data file that is being read.
|
int |
getLineNumber()
Gets the line number that was just read.
|
InventoryEntry |
getNext()
Gets the next product file reference in the PDS Inventory file.
|
public InventoryTableReader(URL url) throws InventoryReaderException
url
- The URL to the PDS Inventory file.InventoryReaderException
- If an error occurred while reading
the Inventory file.URISyntaxException
MalformedURLException
public URL getDataFile()
public int getLineNumber()
public InventoryEntry getNext() throws InventoryReaderException
getNext
in interface InventoryReader
InventoryReaderException
- If an error occurred while reading
the Inventory file.Copyright © 2010–2017 Planetary Data System. All rights reserved.