Package org.aoju.bus.image.galaxy.media
Interface MultipartParser.Handler
- Enclosing class:
- MultipartParser
public static interface MultipartParser.Handler
-
Method Summary
Modifier and TypeMethodDescriptionvoidbodyPart(MultipartInputStream in, int partNumber) voidbodyPart(MultipartReader multipartReader, int partNumber, Map<String, String> headers)
-
Method Details
-
bodyPart
- Throws:
IOException
-
bodyPart
void bodyPart(MultipartReader multipartReader, int partNumber, Map<String, String> headers) throws IOException- Throws:
IOException
-