jxl.demo
Class PropertySetsReader

java.lang.Object
  |
  +--jxl.demo.PropertySetsReader

class PropertySetsReader
extends java.lang.Object

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
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

writer

private java.io.BufferedWriter writer

compoundFile

private CompoundFile compoundFile
Constructor Detail

PropertySetsReader

public PropertySetsReader(java.io.File file,
                          java.io.OutputStream os)
                   throws java.io.IOException,
                          BiffException
Constructor
Parameters:
file - the file
os - the output stream
Throws:
java.io.IOException -  
BiffException -  
Method Detail

displaySets

void displaySets()
           throws java.io.IOException
Displays the properties to the output stream