public class StreamProviderOptions
Constructor Summary |
---|
StreamProviderOptions(intloadingType, java.lang.StringdefaultPath)
Initializes a new instance of the |
Property Getters/Setters Summary | ||
---|---|---|
void | setCustomPath(java.lang.String value) | |
The user custom path(URL) saved in generated html file for the referred source. If not defined by user, DefaultPath will be used.
For example, the sheet data will be saved by user to d:/sheet001.htm, the url used in the main html file should be "d:/sheet001.htm" or other valid relative path that can be accessed by the main html file.
|
||
java.lang.String | getDefaultPath() | |
The default path(URL) saved in generated html file for the referred source.
For example, the sheet data saved in xxx_files/sheet001.htm, the url used in the main html file should be like "src="xxx_files/sheet001.htm""
|
||
int | getResourceLoadingType() | |
void | setResourceLoadingType(intvalue) | |
Gets and sets the type of loading resource. The value of the property is ResourceLoadingType integer constant. | ||
java.io.OutputStream | getStream() | |
void | setStream(java.io.OutputStreamvalue) | |
Gets/Sets the output stream to write saved data |
public StreamProviderOptions(int loadingType, java.lang.String defaultPath)
loadingType
- A defaultPath
- The default path.public StreamProviderOptions()
public int getResourceLoadingType() / public void setResourceLoadingType(int value)
public java.lang.String getDefaultPath()
public void setCustomPath(java.lang.String value)
public java.io.OutputStream getStream() / public void setStream(java.io.OutputStream value)