jxl.uberjar
Class KickStart

java.lang.Object
  extended by jxl.uberjar.KickStart

public class KickStart
extends java.lang.Object

Author:
Alex Lynch (jxlynch@users.sf.net)

Constructor Summary
KickStart()
          Creates a new instance of KickStart
 
Method Summary
protected static void copy(java.io.InputStream is, java.io.OutputStream os, byte[] buf, boolean close)
           
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

KickStart

public KickStart()
Creates a new instance of KickStart

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Parameters:
args - the command line arguments
Throws:
java.lang.Exception

copy

protected static final void copy(java.io.InputStream is,
                                 java.io.OutputStream os,
                                 byte[] buf,
                                 boolean close)
                          throws java.io.IOException
Throws:
java.io.IOException