|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.poi.xssf.dev.XSSFDump
public final class XSSFDump
Utility class which dumps the contents of a *.xlsx file into file system.
Constructor Summary | |
---|---|
XSSFDump()
|
Method Summary | |
---|---|
protected static void |
dump(java.io.InputStream is,
java.io.OutputStream out)
|
static void |
dump(java.util.zip.ZipFile zip)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XSSFDump()
Method Detail |
---|
public static void main(java.lang.String[] args) throws java.lang.Exception
java.lang.Exception
public static void dump(java.util.zip.ZipFile zip) throws java.lang.Exception
java.lang.Exception
protected static void dump(java.io.InputStream is, java.io.OutputStream out) throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |