Class NamedPipe
java.lang.Object
org.aksw.shellgebra.io.pipe.NamedPipe
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Pathcreate()static voidstatic booleanisFifoType(Path path, boolean followSymlinks) True for both FIFOs and anonymous pipes (Linux pipes).static booleanisNamedPipe(Path path, boolean followSymlinks) static Path
-
Constructor Details
-
NamedPipe
public NamedPipe()
-
-
Method Details
-
isFifoType
True for both FIFOs and anonymous pipes (Linux pipes).- Throws:
IOException
-
isNamedPipe
- Throws:
IOException
-
create
- Throws:
IOException
-
newNamedPipePath
- Throws:
IOException
-
create
- Throws:
IOException
-