org.ajax4jsf.util
Class Zipper2

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

public class Zipper2
extends java.lang.Object



Created 21.08.2007

Since:
3.1
Author:
Nick Belaevski

Constructor Summary
Zipper2(byte[] buffer)
           
Zipper2(byte[] buffer, int offest)
           
 
Method Summary
 Zipper2 addByte(byte b)
           
 Zipper2 addBytes(byte[] bs)
           
 Zipper2 addColor(java.awt.Color color)
           
 Zipper2 addColor(int i)
           
 Zipper2 addInt(int i)
           
 Zipper2 addShort(short s)
           
 boolean hasMore()
           
 byte nextByte()
           
 byte[] nextBytes()
           
 java.awt.Color nextColor()
           
 int nextInt()
           
 int nextIntColor()
           
 short nextShort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Zipper2

public Zipper2(byte[] buffer)

Zipper2

public Zipper2(byte[] buffer,
               int offest)
Method Detail

addByte

public Zipper2 addByte(byte b)

addShort

public Zipper2 addShort(short s)

addColor

public Zipper2 addColor(java.awt.Color color)

addColor

public Zipper2 addColor(int i)

addInt

public Zipper2 addInt(int i)

addBytes

public Zipper2 addBytes(byte[] bs)

nextByte

public byte nextByte()

nextShort

public short nextShort()

nextColor

public java.awt.Color nextColor()

nextIntColor

public int nextIntColor()

nextInt

public int nextInt()

nextBytes

public byte[] nextBytes()

hasMore

public boolean hasMore()


Copyright © 2010. All Rights Reserved.