poco icon indicating copy to clipboard operation
poco copied to clipboard

Allow using Poco::FileStream to wrap arbitrary file handles/descriptors as C++ streams

Open matejk opened this issue 1 year ago • 0 comments

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)

matejk avatar Jan 29 '24 21:01 matejk