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