org.ajax4jsf.util
Class NumericDataInputStream

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

public class NumericDataInputStream
extends java.lang.Object

Original idea by Igor Shabalov

Since:
4.0
Author:
Nick Belaevski

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

NumericDataInputStream

public NumericDataInputStream(byte[] buf)

NumericDataInputStream

public NumericDataInputStream(byte[] buf,
                              int offset,
                              int length)
Method Detail

readByte

public byte readByte()

readShort

public short readShort()

readInt

public int readInt()

readIntColor

public int readIntColor()

readColor

public java.awt.Color readColor()


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.