Package com.lts.ipc.fifo

Class Summary
FIFO A one-way interprocess communications channel.
FIFOImpl An internal class that provides the underlying system calls needed to implement named pipes.
FIFOInputStream  
FIFOOutputStream  
FIFOResult An internal class to hold the results of a call to a JNI method.
 

Enum Summary
FIFO.BlockingMode  
FIFOImpl.PipeDirection The role a client is taking (reader/writer) when using a named pipe.