public class CytobandParser extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_LOCATION |
Constructor and Description |
---|
CytobandParser() |
Modifier and Type | Method and Description |
---|---|
SortedSet<Cytoband> |
getAllCytobands(InputStream instream) |
SortedSet<Cytoband> |
getAllCytobands(URL u) |
static void |
main(String[] args) |
public static final String DEFAULT_LOCATION
public CytobandParser()
public SortedSet<Cytoband> getAllCytobands(URL u) throws IOException
IOException
public SortedSet<Cytoband> getAllCytobands(InputStream instream) throws IOException
IOException
Copyright © 2000–2019 BioJava. All rights reserved.