R
Robert M. Gary
Why can I not use a selector on a FileChannel? I'd like to block until
data appears in the file. It looks like a SocketChannel supports
registering with a selector but not FileChannel.
Better yet, its too bad Java didn't implement FIFOs (named pipes) that
we get in UNIX C++.
-Robert
data appears in the file. It looks like a SocketChannel supports
registering with a selector but not FileChannel.
Better yet, its too bad Java didn't implement FIFOs (named pipes) that
we get in UNIX C++.
-Robert