@Deprecated
public class HttpMultipartInputStream
extends java.io.FilterInputStream
| 限定符和类型 | 字段和说明 |
|---|---|
protected byte[] |
boundary
已过时。
|
protected byte[] |
buf
已过时。
|
static byte[] |
CRLF
已过时。
|
protected int |
end
已过时。
|
protected int |
head
已过时。
|
protected int |
len
已过时。
|
protected int |
state
已过时。
|
protected int |
tail
已过时。
|
| 限定符 | 构造器和说明 |
|---|---|
protected |
HttpMultipartInputStream(java.io.InputStream in,
byte[] boundary)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
available()
已过时。
|
protected boolean |
fill()
已过时。
Fills the buffer with more data from the underlying stream.
|
protected void |
findBoundary()
已过时。
Finds the first (potential) boundary within the buffer's remaining data.
|
boolean |
markSupported()
已过时。
|
boolean |
nextPart()
已过时。
Advances the stream position to the beginning of the next part.
|
int |
read()
已过时。
|
int |
read(byte[] b,
int off,
int len)
已过时。
|
long |
skip(long len)
已过时。
|
public static final byte[] CRLF
protected final byte[] boundary
protected final byte[] buf
protected int head
protected int tail
protected int end
protected int len
protected int state
protected HttpMultipartInputStream(java.io.InputStream in,
byte[] boundary)
public int read()
throws java.io.IOException
read 在类中 java.io.FilterInputStreamjava.io.IOExceptionpublic int read(byte[] b,
int off,
int len)
throws java.io.IOException
read 在类中 java.io.FilterInputStreamjava.io.IOExceptionpublic long skip(long len)
throws java.io.IOException
skip 在类中 java.io.FilterInputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available 在类中 java.io.FilterInputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported 在类中 java.io.FilterInputStreampublic boolean nextPart()
throws java.io.IOException
java.io.IOException - if an error occursprotected boolean fill()
throws java.io.IOException
java.io.IOException - if an error occurs or the input format is invalidprotected void findBoundary()
throws java.io.IOException
java.io.IOException - if an error occurs or the input format is invalid