public class HttpPartUtil extends Object
| Constructor and Description |
|---|
HttpPartUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
copyPartToFile(javax.servlet.http.Part part,
File outFile) |
static void |
copyPartToOutputStream(javax.servlet.http.Part part,
OutputStream out) |
public static void copyPartToOutputStream(javax.servlet.http.Part part,
OutputStream out)
throws IOException
IOExceptionpublic static void copyPartToFile(javax.servlet.http.Part part,
File outFile)
throws IOException
IOExceptionCopyright © 2013–2016 V5 Analytics. All rights reserved.