public interface UploadedPendingFile
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Release any associated internal resources (but not streams obtained via getContentStream).
|
InputStream |
getContentStream() |
String |
getContentType() |
String getContentType()
InputStream getContentStream()
It is invoker code responsibility, to close any stream retrieved via this method.
void close()
The uploaded file object shouldn't/cannot be used after close invocation.
Copyright © 2004–2020 Jahia Solutions Group SA. All rights reserved.