因为post过来的数据量比较大,只能用request.getInputStream来获取数据,并以StringBuilder来处理得到的数据。但是StringBuilder中substring等方法的参数都是int型的,StringBuilder转成String后,字符串将超出。如何处理合适?