public class MultipartParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
MultipartParser.Handler |
| Constructor and Description |
|---|
MultipartParser(String boundary) |
| Modifier and Type | Method and Description |
|---|---|
void |
parse(InputStream in,
MultipartParser.Handler handler) |
public MultipartParser(String boundary)
public void parse(InputStream in, MultipartParser.Handler handler) throws IOException
IOExceptionCopyright © 2017 dcm4che.org. All rights reserved.