jxl.demo
Class BiffDump

java.lang.Object
  extended byjxl.demo.BiffDump

public class BiffDump
extends java.lang.Object

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

BiffDump

public BiffDump(byte[] data,
                java.io.OutputStream os)
         throws java.io.IOException,
                jxl.read.biff.BiffException
Constructor. Occasionally invoked as part of the debugging process to display portions of the defragged excel file

Parameters:
data - the data
os - the output stream
Throws:
java.io.IOException
jxl.read.biff.BiffException

BiffDump

public BiffDump(java.io.File file,
                java.io.OutputStream os)
         throws java.io.IOException,
                jxl.read.biff.BiffException
Constructor

Parameters:
file - the file
os - the output stream
Throws:
java.io.IOException
jxl.read.biff.BiffException