标签: android rest retrofit retrofit2
当我发送的json文件很大时,我能否观察到服务器已经从设备收到的数据状态或数据量。例如6-15 mb。
答案 0 :(得分:0)
好吧如果你发送的Json是一个字符串。我只能计算字节: -
byte[] utf8Bytes = json.toString.getBytes("UTF-8"); byte[] utf32Bytes = json.toString.getBytes("UTF-32");
JSON的默认编码是UTF-8