public interface ImpExFile
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the
OutputStream associated with this instance. |
File |
getFile()
Returns the
File object associated with this instance. |
String |
getFileExtension()
Returns the file extension of the file associated with this instance.
|
String |
getMimeType()
Returns the corresponding mime type for the file associated with this instance.
|
OutputStream |
getOutputStream()
Returns the
OutputStream associated with this instance. |
OutputStream getOutputStream()
OutputStream associated with this instance.OutputStream associated with this instanceString getMimeType()
File getFile()
File object associated with this instance.void close()
throws IOException
OutputStream associated with this instance.IOException - if any error occur while closing the streamString getFileExtension()
Copyright © 2017 SAP SE. All Rights Reserved.