Concrete implementation of a Local Unix Socket using native system calls.
Static methods
Constructor
Methods
readAll():Bytes
Reads all available data from the socket. In blocking mode, this will read until EOF. In non-blocking mode, this will read all currently available data.