Skip to content
Mahmoud Ben Hassine edited this page Dec 5, 2016 · 1 revision

whoami

Synopsis

Create a UnixStream with the current user.

Example

// create a UnixStream with the current user
UnixStream<String> user = UnixStream.whoami();