com.sun.comm
Class LinuxParallel.LPOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended bycom.sun.comm.LinuxParallel.LPOutputStream
Enclosing class:
LinuxParallel

class LinuxParallel.LPOutputStream
extends java.io.OutputStream


Constructor Summary
(package private) LinuxParallel.LPOutputStream()
           
 
Method Summary
 void write(byte[] b, int offset, int len)
           
 void write(int b)
           
 
Methods inherited from class java.io.OutputStream
close, flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LinuxParallel.LPOutputStream

LinuxParallel.LPOutputStream()
Method Detail

write

public void write(int b)
           throws java.io.IOException
Throws:
java.io.IOException

write

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