public interface HttpFile
- Author:
- Vladlen Larionov
-
Method Summary
Modifier and TypeMethodDescriptionvoidrelease()Release server resources which are used to store the file staticres
-
Method Details
-
release
void release()Release server resources which are used to store the file staticres -
getFileName
String getFileName() -
getContentType
String getContentType() -
getInputStream
InputStream getInputStream()
-