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.
有没有办法将文件分成n个部分?
我想从 HTTP 连接中读取数据并将字节写入 android 中的文件。
但是当该文件的大小超过Runtime.getRuntime().maxMemory()它时,它正在关闭连接。
Runtime.getRuntime().maxMemory()
有没有办法管理内存,以便在android中也可以读取和写入大文件到sdcard。