org.ajax4jsf.util
Class Zipper

java.lang.Object
  extended by org.ajax4jsf.util.Zipper

public class Zipper
extends java.lang.Object


Constructor Summary
Zipper()
           
 
Method Summary
static int unzip(byte[] buf, int offset)
           
static void zip(byte[] buf, int value, int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zipper

public Zipper()
Method Detail

zip

public static void zip(byte[] buf,
                       int value,
                       int offset)

unzip

public static int unzip(byte[] buf,
                        int offset)


Copyright © 2009. All Rights Reserved.