com.rapplogic.xbee.util
Class InputStreamWrapper

java.lang.Object
  extended by com.rapplogic.xbee.util.InputStreamWrapper
All Implemented Interfaces:
IIntInputStream

public class InputStreamWrapper
extends java.lang.Object
implements IIntInputStream


Constructor Summary
InputStreamWrapper(java.io.InputStream in)
           
 
Method Summary
 int read()
           
 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

InputStreamWrapper

public InputStreamWrapper(java.io.InputStream in)
Method Detail

read

public int read()
         throws java.io.IOException
Specified by:
read in interface IIntInputStream
Throws:
java.io.IOException

read

public int read(java.lang.String s)
         throws java.io.IOException
Specified by:
read in interface IIntInputStream
Throws:
java.io.IOException