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で大きなファイルを読み書きできるようにメモリを管理する方法はありますか。