|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.unc.csbio.util.FqWriter
public class FqWriter
The class to output a fq file
Field Summary | |
---|---|
private java.io.BufferedWriter |
out
an output BufferedWriter |
Constructor Summary | |
---|---|
FqWriter(java.lang.String filename,
int bufferSize)
constructor for object FqWriter |
Method Summary | |
---|---|
void |
close()
this method will close BufferedWriter out |
void |
print(java.lang.String s)
this method will append a given string to BufferedWriter out
, without starting a new line |
void |
println(java.lang.String s)
this method will append a given string to BufferedWriter out
, then start a new line |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.io.BufferedWriter out
Constructor Detail |
---|
public FqWriter(java.lang.String filename, int bufferSize) throws java.io.IOException
FqWriter
filename
- file name of FqWriterbufferSize
- buffer size of FqWriter
java.io.IOException
- if an input or output exception occurredMethod Detail |
---|
public void close() throws java.io.IOException
out
java.io.IOException
- if an input or output exception occurredpublic void print(java.lang.String s) throws java.io.IOException
out
, without starting a new line
s
- string
java.io.IOException
- if an input or output exception occurredpublic void println(java.lang.String s) throws java.io.IOException
out
, then start a new line
s
- string
java.io.IOException
- if an input or output exception occurred
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |