com.sun.comm
Class LinuxSerial.SSInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended bycom.sun.comm.LinuxSerial.SSInputStream
Enclosing class:
LinuxSerial

public class LinuxSerial.SSInputStream
extends java.io.InputStream


Field Summary
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
LinuxSerial.SSInputStream()
           
 
Method Summary
 int available()
           
 int read()
           
 int read(byte[] b, int offset, int len)
           
 
Methods inherited from class java.io.InputStream
close, mark, markSupported, read, reset, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinuxSerial.SSInputStream

public LinuxSerial.SSInputStream()
Method Detail

available

public int available()
              throws java.io.IOException
Throws:
java.io.IOException

read

public int read(byte[] b,
                int offset,
                int len)
         throws java.io.IOException
Throws:
java.io.IOException

read

public int read()
         throws java.io.IOException
Throws:
java.io.IOException