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.
我不确定我的问题是否正确。我有点卡在这里。我收到来自服务器的响应,它返回 InputStream - 它基本上是一个 pdf 文件
我是否必须将流写入文件,并将其临时存储在设备上,还是可以以某种方式直接打开它?
我在 SD 上存储了一个临时文件,然后用 PDF 查看器打开,如果有安装的话。