Package org.robovm.compiler.util.io
Class Fifos
java.lang.Object
org.robovm.compiler.util.io.Fifos
public class Fifos extends Object
fifo related utility methods.
-
Constructor Summary
Constructors Constructor Description Fifos() -
Method Summary
-
Constructor Details
-
Fifos
public Fifos()
-
-
Method Details
-
mkfifo
Creates a new fifo usingmkfifo. The specified type argument will be part of the fifo file name. The fifo will be created in the temporary file directory used byFile.createTempFile(String, String).- Throws:
IOException
-