TPTP 4.2.0 Platform Project
Internal API Specification

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

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

public class SharedMemoryOutputStream
extends java.io.OutputStream


Constructor Summary
SharedMemoryOutputStream(java.lang.String name)
           
 
Method Summary
 void close()
           
 void flush()
           
 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

SharedMemoryOutputStream

public SharedMemoryOutputStream(java.lang.String name)
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

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