|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Codec
An interface for classes capable of reading and writing workbooks.
| Method Summary | |
|---|---|
Workbook |
read(InputStream stream)
Reads a workbook from the given input stream. |
void |
write(Workbook workbook,
OutputStream stream)
Writes a workbook to the given output stream. |
| Method Detail |
|---|
Workbook read(InputStream stream)
throws IOException,
ClassNotFoundException
stream - the input stream from which the workbook should be read
IOException - if the workbook could not be read correctly
ClassNotFoundException - If the class of a serialized object could not be found
void write(Workbook workbook,
OutputStream stream)
throws IOException
stream - the output stream to which the workbook should be written
IOException - if the workbook could not be written correctly
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||