This commit is contained in:
Looly
2019-10-17 11:12:17 +08:00
parent b811dab681
commit 2602f91327
3 changed files with 62 additions and 42 deletions

View File

@@ -180,6 +180,7 @@ public class MultipartRequestInputStream extends BufferedInputStream {
* 跳过边界表示
*
* @return 跳过的字节数
* @throws IOException 读取异常
*/
public int skipToBoundary() throws IOException {
int count = 0;