|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectat.spardat.xma.pipes.XMAPipe
at.spardat.xma.pipes.WindowsPipe
| Method Summary | |
void |
close()
Closes and flushes the connection to a client. |
void |
destroyPipe()
Closes the Pipe itself, which the can then not be used further. |
void |
open()
Waits for a client to connect and connects to it. |
byte[] |
read()
Reads from pipe (client). |
void |
write(byte[] out)
Writes out to pipe (client). |
| Methods inherited from class at.spardat.xma.pipes.XMAPipe |
getInstance, getPipeName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public void destroyPipe()
throws java.io.IOException
XMAPipe
destroyPipe in class XMAPipejava.io.IOException
public void open()
throws java.io.IOException
XMAPipe
open in class XMAPipejava.io.IOException
public void close()
throws java.io.IOException
XMAPipe
close in class XMAPipejava.io.IOException
public void write(byte[] out)
throws java.io.IOException
XMAPipe
write in class XMAPipeout - - the byte[] must not be longer than 4096.
java.io.IOException
public byte[] read()
throws java.io.IOException
XMAPipe
read in class XMAPipejava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||