|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jxl.demo.PropertySetsReader
Generates a biff dump of the specified excel file
Field Summary | |
private CompoundFile |
compoundFile
|
private java.io.BufferedWriter |
writer
|
Constructor Summary | |
PropertySetsReader(java.io.File file,
java.io.OutputStream os)
Constructor |
Method Summary | |
(package private) void |
displaySets()
Displays the properties to the output stream |
Methods inherited from class java.lang.Object |
|
Field Detail |
private java.io.BufferedWriter writer
private CompoundFile compoundFile
Constructor Detail |
public PropertySetsReader(java.io.File file, java.io.OutputStream os) throws java.io.IOException, BiffException
file
- the fileos
- the output streamjava.io.IOException
- BiffException
- Method Detail |
void displaySets() throws java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |