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.
httpurlconnection を使用して xml 応答を読んでいます。JAXB を使用して応答を解析しました。接続を閉じませんでした。URL から再度読み取ろうとすると、入力ストリームとしてエラーが発生します。接続を 2 回開く必要がありますか、または接続を 1 回開き、応答を 2 回読み取ってから接続を閉じる方法はありますか?