com.wizzardo.tools.io
Class ZipTools.StreamEntry

java.lang.Object
  extended by com.wizzardo.tools.io.ZipTools.StreamEntry
All Implemented Interfaces:
ZipTools.ZipBuilderEntry
Enclosing class:
ZipTools

public static class ZipTools.StreamEntry
extends java.lang.Object
implements ZipTools.ZipBuilderEntry


Constructor Summary
ZipTools.StreamEntry(java.lang.String name, java.io.InputStream stream)
           
 
Method Summary
 void write(java.util.zip.ZipOutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipTools.StreamEntry

public ZipTools.StreamEntry(java.lang.String name,
                            java.io.InputStream stream)
Method Detail

write

public void write(java.util.zip.ZipOutputStream out)
           throws java.io.IOException
Specified by:
write in interface ZipTools.ZipBuilderEntry
Throws:
java.io.IOException