org.entityfs.util.zip
Class ZipEntryExtraFieldUtil

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

public final class ZipEntryExtraFieldUtil
extends Object

This utility class contains static methods that are used by ZipEntryInfoProvider classes that want to add Zip extra fields to Zip entries.

Since:
1.1
Author:
Karl Gustafsson

Method Summary
static void addExtraField(ZipEntry ze, byte[] extraField)
          Add an extra field to a Zip entry.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

addExtraField

public static void addExtraField(ZipEntry ze,
                                 byte[] extraField)
Add an extra field to a Zip entry.

Parameters:
ze - The Zip entry
extraField - The extra field to add.