|
Copyright © 2008-2010 Ralph Schuster. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableWriter
Introduces an interface for other implementations of table writing interfaces.
| Method Summary | |
|---|---|
void |
close()
Closes the writer. |
void |
printComment(java.lang.String comment)
Prints a comment into the stream. |
void |
printRow(java.lang.Object[] columns)
Prints the columns into the table writer. |
void |
setOutputStream(java.io.OutputStream out)
Sets the underlying writer. |
| Method Detail |
|---|
void setOutputStream(java.io.OutputStream out)
out - output stream to be used.
void printRow(java.lang.Object[] columns)
throws java.io.IOException
columns - columns to be written in row
java.io.IOException - when an exception occurs
void printComment(java.lang.String comment)
throws java.io.IOException
comment - comment to write
java.io.IOException - when an exception occursvoid close()
|
Copyright © 2008-2010 Ralph Schuster. All Rights Reserved. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||