|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ajax4jsf.util.NumericDataInputStream
public class NumericDataInputStream
Original idea by Igor Shabalov
| Constructor Summary | |
|---|---|
NumericDataInputStream(byte[] buf)
|
|
NumericDataInputStream(byte[] buf,
int offset,
int length)
|
|
| Method Summary | |
|---|---|
byte |
readByte()
|
java.awt.Color |
readColor()
|
int |
readInt()
|
int |
readIntColor()
|
short |
readShort()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NumericDataInputStream(byte[] buf)
public NumericDataInputStream(byte[] buf,
int offset,
int length)
| Method Detail |
|---|
public byte readByte()
public short readShort()
public int readInt()
public int readIntColor()
public java.awt.Color readColor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||