public static class MultipartFormDataReader.MultipartFormDataPartInputStream extends InputStream
| 构造器和说明 |
|---|
MultipartFormDataPartInputStream(MultipartFormDataReader.MultipartFormData data) |
| 限定符和类型 | 方法和说明 |
|---|---|
protected boolean |
endsWithLineEndFlag(byte[] buffer,
int readLength)
是否以行结束符为结尾
|
protected boolean |
isEndLine(byte[] buffer,
int readLength)
是否为 Part 结束行
|
protected boolean |
nextLineIsEndLine()
下一行是结束行
|
int |
read() |
protected void |
readLineBuffer() |
available, close, mark, markSupported, read, read, reset, skippublic MultipartFormDataPartInputStream(MultipartFormDataReader.MultipartFormData data)
public int read()
throws IOException
read 在类中 InputStreamIOExceptionprotected void readLineBuffer()
throws IOException
IOExceptionprotected boolean nextLineIsEndLine()
throws IOException
IOExceptionprotected boolean endsWithLineEndFlag(byte[] buffer,
int readLength)
protected boolean isEndLine(byte[] buffer,
int readLength)
Copyright © 2023. All rights reserved.