|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.rapplogic.xbee.util.IntArrayInputStream
public class IntArrayInputStream
//TODO replace with nio.IntBuffer
Constructor Summary | |
---|---|
IntArrayInputStream(int[] source)
|
Method Summary | |
---|---|
int |
read()
|
int[] |
read(int size)
Reads size bytes from the input stream and returns the bytes in an array |
int |
read(java.lang.String s)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IntArrayInputStream(int[] source)
Method Detail |
---|
public int read()
read
in interface IIntInputStream
public int[] read(int size)
size
-
public int read(java.lang.String s)
read
in interface IIntInputStream
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |