Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
こんにちは、FIFO を使用して Java で IPC を実装しようとしています。
mkfifo temp
次に、FileWriterを開こうとしました
BufferedWriter writeStream = new BufferedWriter(new FileWriter(writePipePath));
しかし、この行でブロックされます。
何が問題なのですか?