|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectFileSorter.FileOutput
public static class FileSorter.FileOutput
Advanced API class: write output to a file
Field Summary | |
---|---|
private BufferedWriter |
out
|
Constructor Summary | |
---|---|
FileSorter.FileOutput(File f,
int bufSize)
|
Method Summary | |
---|---|
void |
close()
|
void |
writeLine(String s)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private BufferedWriter out
Constructor Detail |
---|
public FileSorter.FileOutput(File f, int bufSize) throws IOException
IOException
Method Detail |
---|
public void writeLine(String s) throws IOException
writeLine
in interface FileSorter.Output
IOException
public void close() throws IOException
close
in interface FileSorter.Output
IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |