Class Multipart
java.lang.Object
oracle.stellent.ridc.common.http.utils.Multipart
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic longgetContentLength(List<RIDCHttpPart<?>> parts, String boundary) static voidwrite(OutputStream out, List<RIDCHttpPart<?>> parts, String boundary)
-
Constructor Details
-
Multipart
public Multipart()
-
-
Method Details
-
getContentLength
public static long getContentLength(List<RIDCHttpPart<?>> parts, String boundary) throws UnsupportedEncodingException - Throws:
UnsupportedEncodingException
-
write
public static void write(OutputStream out, List<RIDCHttpPart<?>> parts, String boundary) throws IOException - Throws:
IOException
-