org.ajax4jsf.util
Class Zipper2
java.lang.Object
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Zipper2
public Zipper2(byte[] buffer)
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)
nextByte
public byte nextByte()
nextShort
public short nextShort()
nextColor
public java.awt.Color nextColor()
nextIntColor
public int nextIntColor()
nextInt
public int nextInt()
Copyright © 2008. All Rights Reserved.