public class MultipartInputStream extends FilterInputStream
in| Modifier | Constructor and Description |
|---|---|
protected |
MultipartInputStream(InputStream in,
String boundary) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
isZIP() |
void |
mark(int readlimit) |
int |
read() |
int |
read(byte[] b,
int off,
int len) |
Map<String,List<String>> |
readHeaderParams() |
void |
reset() |
long |
skip(long n) |
void |
skipAll() |
available, markSupported, readprotected MultipartInputStream(InputStream in, String boundary)
public int read()
throws IOException
read in class FilterInputStreamIOExceptionpublic int read(byte[] b,
int off,
int len)
throws IOException
read in class FilterInputStreamIOExceptionpublic long skip(long n)
throws IOException
skip in class FilterInputStreamIOExceptionpublic void mark(int readlimit)
mark in class FilterInputStreampublic void reset()
throws IOException
reset in class FilterInputStreamIOExceptionpublic void close()
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreampublic void skipAll()
throws IOException
IOExceptionpublic boolean isZIP()
throws IOException
IOExceptionpublic Map<String,List<String>> readHeaderParams() throws IOException
IOExceptionCopyright © 2021. All rights reserved.