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.
给定一个名为command的字符串,我需要创建 GLib InputStream对象如何?谢谢
string command = "foobar"; GLib.InputStream input_stream = new GLib.MemoryInputStream.from_data (command.data, GLib.g_free);