boolean createLocalNamedPipe(String pipeName, int capacity)
boolean createLocalNamedPipe(String pipeName, int capacity)
Name | Type | Description |
---|---|---|
pipeName | String | Name of the pipe |
capacity | int | Maximum capacity of the pipe |
Type | Description |
---|---|
boolean | true if the pipe did not already exist and the creation was successful. |