com.rapid_i.deployment.update.client
Class InMemoryZipFile

java.lang.Object
  extended by com.rapid_i.deployment.update.client.InMemoryZipFile

public class InMemoryZipFile
extends java.lang.Object

Author:
Simon Fischer

Constructor Summary
InMemoryZipFile(byte[] zipBuffer)
           
 
Method Summary
 boolean containsEntry(java.lang.String name)
           
 java.util.Set<java.lang.String> entryNames()
           
 byte[] getContents(java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InMemoryZipFile

public InMemoryZipFile(byte[] zipBuffer)
                throws java.io.IOException
Throws:
java.io.IOException
Method Detail

entryNames

public java.util.Set<java.lang.String> entryNames()

getContents

public byte[] getContents(java.lang.String name)

containsEntry

public boolean containsEntry(java.lang.String name)


Copyright © 2001-2009 by Rapid-I