|
||||||||||
| 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 | |
|---|---|
java.lang.Iterable<Fastq> |
read(java.io.File file)
Read zero or more FASTQ formatted sequences from the specified file. |
java.lang.Iterable<Fastq> |
read(java.io.InputStream inputStream)
Read zero or more FASTQ formatted sequences from the specified input stream. |
java.lang.Iterable<Fastq> |
read(java.net.URL url)
Read zero or more FASTQ formatted sequences from the specified url. |
| Method Detail |
|---|
java.lang.Iterable<Fastq> read(java.io.File file)
throws java.io.IOException
file - file to read from, must not be null
java.io.IOException - if an IO error occurs
java.lang.Iterable<Fastq> read(java.net.URL url)
throws java.io.IOException
url - URL to read from, must not be null
java.io.IOException - if an IO error occurs
java.lang.Iterable<Fastq> read(java.io.InputStream inputStream)
throws java.io.IOException
inputStream - input stream to read from, must not be null
java.io.IOException - if an IO error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||