public class CytobandParser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
DEFAULT_LOCATION |
| Constructor and Description |
|---|
CytobandParser() |
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedSet<Cytoband> |
getAllCytobands(java.io.InputStream instream) |
java.util.SortedSet<Cytoband> |
getAllCytobands(java.net.URL u) |
static void |
main(java.lang.String[] args) |
public static final java.lang.String DEFAULT_LOCATION
public static void main(java.lang.String[] args)
public java.util.SortedSet<Cytoband> getAllCytobands(java.net.URL u) throws java.io.IOException
java.io.IOExceptionpublic java.util.SortedSet<Cytoband> getAllCytobands(java.io.InputStream instream) throws java.io.IOException
java.io.IOException