-
Notifications
You must be signed in to change notification settings - Fork 15
find
Mahmoud Ben Hassine edited this page Dec 5, 2016
·
1 revision
Create a UnixStream with files in a given directory. This component looks for files by name using the glob syntax.
// create an infinite UnixStream from the standard input
UnixStream<Path> logFiles = UnixStream.find("/home/benas", "*.log");
UnixStream is created with passion by Mahmoud Ben Hassine