public class MocLint extends Object
Constructor and Description |
---|
MocLint() |
Modifier and Type | Method and Description |
---|---|
static boolean |
check(InputStream in)
Check the IVOA 1.0 MOC recommendation compatibility
|
static boolean |
check(String filename)
Check the IVOA 1.0 MOC recommendation compatibility
|
static int |
check(StringBuilder out,
InputStream in)
Check the IVOA 1.0 MOC recommendation compatibility
|
static void |
main(String[] args) |
public static boolean check(InputStream in)
in
- stream containing the MOC in FITS containerpublic static int check(StringBuilder out, InputStream in)
out
- Trace of the validatorin
- stream containing the MOC in FITS containerpublic static boolean check(String filename) throws Exception
filename
- name of the file containing the MOC in FITS containerException
public static void main(String[] args)