TPTP 4.2.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.agentcontroller.internal.stream
Class NamedPipeOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byorg.eclipse.tptp.platform.agentcontroller.internal.stream.NamedPipeOutputStream

public class NamedPipeOutputStream
extends java.io.OutputStream


Constructor Summary
NamedPipeOutputStream(java.lang.String pipeNameSpace, java.lang.String pipeName)
           
 
Method Summary
 void close()
           
 void flush()
           
 void open()
           
 void write(byte[] b)
           
 void write(int arg0)
           
 
Methods inherited from class java.io.OutputStream
write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedPipeOutputStream

public NamedPipeOutputStream(java.lang.String pipeNameSpace,
                             java.lang.String pipeName)
Method Detail

close

public void close()
           throws java.io.IOException
Throws:
java.io.IOException

flush

public void flush()
           throws java.io.IOException
Throws:
java.io.IOException

open

public void open()
          throws java.io.IOException
Throws:
java.io.IOException

write

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

write

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

TPTP 4.2.0 Platform Project
Internal API Specification