com.wizzardo.tools.io
Class ZipTools.BytesEntry

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

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


Constructor Summary
ZipTools.BytesEntry(java.lang.String name, byte[] bytes)
           
ZipTools.BytesEntry(java.lang.String name, byte[] bytes, int offset, int length)
           
 
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.BytesEntry

public ZipTools.BytesEntry(java.lang.String name,
                           byte[] bytes)

ZipTools.BytesEntry

public ZipTools.BytesEntry(java.lang.String name,
                           byte[] bytes,
                           int offset,
                           int length)
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