public class BrightStarCatalog extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BrightStarCatalog.Grep
Greps a single star from the catalog.
|
| Constructor and Description |
|---|
BrightStarCatalog() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] arg) |
static List<Star> |
parseCatalog(File bs) |
public static List<Star> parseCatalog(File bs) throws IOException
IOExceptionpublic static void main(String[] arg) throws IOException
IOException