org.entityfs.util.zip
Class ZipEntryInfoProviders

java.lang.Object
  extended by org.entityfs.util.zip.ZipEntryInfoProviders

public final class ZipEntryInfoProviders
extends Object

This class contains static utility methods that are useful for ZipEntryInfoProvider implementations.

Since:
1.0
Author:
Karl Gustafsson

Method Summary
static void addExtraInfo(ZipEntry ze, byte[] extra)
          Add the provided extra information to the already existing extra information for the Zip entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addExtraInfo

public static void addExtraInfo(ZipEntry ze,
                                byte[] extra)
Add the provided extra information to the already existing extra information for the Zip entry.

Parameters:
ze - The Zip entry.
extra - Additional extra information.