|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FastqReader
Reader for FASTQ formatted sequences.
| Method Summary | |
|---|---|
Iterable<Fastq> |
read(File file)
Read zero or more FASTQ formatted sequences from the specified file. |
Iterable<Fastq> |
read(InputStream inputStream)
Read zero or more FASTQ formatted sequences from the specified input stream. |
Iterable<Fastq> |
read(URL url)
Read zero or more FASTQ formatted sequences from the specified url. |
| Method Detail |
|---|
Iterable<Fastq> read(File file)
throws IOException
file - file to read from, must not be null
IOException - if an IO error occurs
Iterable<Fastq> read(URL url)
throws IOException
url - URL to read from, must not be null
IOException - if an IO error occurs
Iterable<Fastq> read(InputStream inputStream)
throws IOException
inputStream - input stream to read from, must not be null
IOException - if an IO error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||