|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjxl.demo.BiffDump
Generates a biff dump of the specified excel file
Constructor Summary | |
BiffDump(byte[] data,
java.io.OutputStream os)
Constructor. |
|
BiffDump(java.io.File file,
java.io.OutputStream os)
Constructor |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BiffDump(byte[] data, java.io.OutputStream os) throws java.io.IOException, jxl.read.biff.BiffException
data
- the dataos
- the output stream
java.io.IOException
jxl.read.biff.BiffException
public BiffDump(java.io.File file, java.io.OutputStream os) throws java.io.IOException, jxl.read.biff.BiffException
file
- the fileos
- the output stream
java.io.IOException
jxl.read.biff.BiffException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |