|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ajax4jsf.util.Zipper2
@Deprecated public class Zipper2
Constructor Summary | |
---|---|
Zipper2(byte[] buffer)
Deprecated. |
|
Zipper2(byte[] buffer,
int offest)
Deprecated. |
Method Summary | |
---|---|
Zipper2 |
addByte(byte b)
Deprecated. |
Zipper2 |
addBytes(byte[] bs)
Deprecated. |
Zipper2 |
addColor(java.awt.Color color)
Deprecated. |
Zipper2 |
addColor(int i)
Deprecated. |
Zipper2 |
addInt(int i)
Deprecated. |
Zipper2 |
addShort(short s)
Deprecated. |
boolean |
hasMore()
Deprecated. |
byte |
nextByte()
Deprecated. |
byte[] |
nextBytes()
Deprecated. |
java.awt.Color |
nextColor()
Deprecated. |
int |
nextInt()
Deprecated. |
int |
nextIntColor()
Deprecated. |
short |
nextShort()
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Zipper2(byte[] buffer)
public Zipper2(byte[] buffer, int offest)
Method Detail |
---|
public Zipper2 addByte(byte b)
public Zipper2 addShort(short s)
public Zipper2 addColor(java.awt.Color color)
public Zipper2 addColor(int i)
public Zipper2 addInt(int i)
public Zipper2 addBytes(byte[] bs)
public byte nextByte()
public short nextShort()
public java.awt.Color nextColor()
public int nextIntColor()
public int nextInt()
public byte[] nextBytes()
public boolean hasMore()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |