|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.biojava3.sequencing.io.fastq.SolexaFastqReader
public final class SolexaFastqReader
Reader for FastqVariant.FASTQ_SOLEXA formatted sequences.
| Constructor Summary | |
|---|---|
SolexaFastqReader()
|
|
| Method Summary | ||
|---|---|---|
protected FastqVariant |
getVariant()
Return the FASTQ sequence format variant for this reader. |
|
|
parse(
Parse the specified input supplier. |
|
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. |
|
|
stream(
Stream the specified input supplier. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SolexaFastqReader()
| Method Detail |
|---|
protected FastqVariant getVariant()
public final <R extends java.lang.Readable & java.io.Closeable> void parse(supplier, ParseListener listener) throws java.io.IOException
parse in interface FastqReadersupplier - input supplier, must not be nulllistener - low-level event based parser callback, must not be null
java.io.IOException - if an I/O error occurspublic final <R extends java.lang.Readable & java.io.Closeable> void stream(supplier, StreamListener listener) throws java.io.IOException
stream in interface FastqReadersupplier - input supplier, must not be nulllistener - event based reader callback, must not be null
java.io.IOException - if an I/O error occurs
public final java.lang.Iterable<Fastq> read(java.io.File file)
throws java.io.IOException
read in interface FastqReaderfile - file to read from, must not be null
java.io.IOException - if an I/O error occurs
public final java.lang.Iterable<Fastq> read(java.net.URL url)
throws java.io.IOException
read in interface FastqReaderurl - URL to read from, must not be null
java.io.IOException - if an I/O error occurs
public final java.lang.Iterable<Fastq> read(java.io.InputStream inputStream)
throws java.io.IOException
read in interface FastqReaderinputStream - input stream to read from, must not be null
java.io.IOException - if an I/O error occurs
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||