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.
現在、次のようなファイルから入力ストリームを作成しています。
pANTLR3_UINT8 inputFile = (pANTLR3_UINT8) "X:/Path/To/File"; pANTLR3_INPUT_STREAM input = antlr3AsciiFileStreamNew(inputFile);
ただし、代わりに文字列ストリームから入力ストリームを作成したいと思います。これは可能ですか?