com.sun.comm
Class LinuxParallel.LPInputStream

java.lang.Object
  extended byjava.io.InputStream
      extended bycom.sun.comm.LinuxParallel.LPInputStream
Enclosing class:
LinuxParallel

class LinuxParallel.LPInputStream
extends java.io.InputStream


Field Summary
private  byte[] buf
           
 
Fields inherited from class java.io.InputStream
 
Constructor Summary
(package private) LinuxParallel.LPInputStream()
           
 
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
 

Field Detail

buf

private byte[] buf
Constructor Detail

LinuxParallel.LPInputStream

LinuxParallel.LPInputStream()
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