public final class Multipart extends Object
Constructor and Description |
---|
Multipart() |
Modifier and Type | Method and Description |
---|---|
static long |
getContentLength(List<RIDCHttpPart<?>> parts, String boundary) |
static void |
write(OutputStream out, List<RIDCHttpPart<?>> parts, String boundary) |
public static long getContentLength(List<RIDCHttpPart<?>> parts, String boundary) throws UnsupportedEncodingException
UnsupportedEncodingException
public static void write(OutputStream out, List<RIDCHttpPart<?>> parts, String boundary) throws IOException
IOException