poco
poco copied to clipboard
Allow using Poco::FileStream to wrap arbitrary file handles/descriptors as C++ streams
Contains PR #3444 rebased on latest devel.
-
Allow opening a file descriptor/HANDLE as C++ stream.
-
FileStream: treat read from closed pipe as EOF.
-
chore(Filestream): conde style (naming)