Redirecting stdin and stdout where stdin closes first

后端 未结 2 1443
南方客
南方客 2021-01-19 19:01

This is actually related to another question I had that was already answered. That question is here: Redirecting stdout of one process object to stdin of another

My

2条回答
  •  囚心锁ツ
    2021-01-19 19:42

    Doesn't tccat output binary data since you're working with video and images? If so shouldn't you be reading/writing to the input/output streams directly rather than wrapping them in a text reader?

    If so you want to be using Can i put binary in stdin? C#

提交回复
热议问题