parsing huge length string using sax parser in android

后端 未结 3 1233
面向向阳花
面向向阳花 2021-01-24 10:51

I parsing the xml using sax parser in android. My xml structure is as given below

   
        
              

        
3条回答
  •  轮回少年
    2021-01-24 11:10

    The output you posted is exactly 1024 characters. This looks like a certain buffer size. How do you get this output? Maybe check that method and / or your CustomerPojoInList.

    I very much believe, that there is some buffer involved that has a maximum of 1024 characters...

    Good luck!

提交回复
热议问题