public class FileHandler extends Object
| Constructor and Description |
|---|
FileHandler(File file) |
FileHandler(UploadedFile uFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
InputStream |
getInputStream() |
String |
getName() |
long |
getSize() |
public FileHandler(File file)
public FileHandler(UploadedFile uFile)
public InputStream getInputStream() throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic String getName()
public long getSize()
Copyright © 2016. All rights reserved.