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.
将 Base64 字符串拆分为相同长度的块以在 Android 中通过 http 传输的最佳/有效方法是什么?最佳块大小是多少?
如果您的问题与使用 Java 将字符串拆分为相等长度的块有关,请查看这个问题。
关于最佳块大小,它取决于太多因素:什么样的网络(wifi、2g、3g ......),你想对数据做什么,你的数据可靠性限制是什么,甚至电池使用时间你可能有的限制......如果你不提供一些额外的信息,就很难回答你问题的这一部分。