public class ServletUpload extends Object implements NativeUpload
| Constructor and Description |
|---|
ServletUpload(javax.servlet.http.Part upload,
String tmpdir) |
public ServletUpload(javax.servlet.http.Part upload,
String tmpdir)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionpublic String name()
name in interface NativeUploadpublic List<String> headers(String name)
headers in interface NativeUploadpublic File file() throws IOException
file in interface NativeUploadIOExceptionCopyright © 2019. All rights reserved.