public class StreamProviderOptions
extends java.lang.Object
| Constructor and Description |
|---|
StreamProviderOptions()
Initializes a new instance of the
StreamProviderOptions class. |
StreamProviderOptions(int loadingType,
java.lang.String defaultPath)
Initializes a new instance of the
StreamProviderOptions class. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCustomPath()
The user custom path(URL) saved in generated html file for the referred source.
|
java.lang.String |
getDefaultPath()
The default path(URL) saved in generated html file for the referred source.
|
java.io.InputStream |
getInputStream()
Gets the input stream to get data.
|
int |
getResourceLoadingType()
Gets the type of loading resource.
|
java.io.OutputStream |
getStream()
Gets the output stream to write saved data.
|
void |
setCustomPath(java.lang.String value)
The user custom path(URL) saved in generated html file for the referred source.
|
void |
setInputStream(java.io.InputStream value)
Sets the input stream to get data.
|
void |
setResourceLoadingType(int value)
Sets the type of loading resource.
|
void |
setStream(java.io.OutputStream value)
Sets the output stream to write saved data.
|
public StreamProviderOptions(int loadingType,
java.lang.String defaultPath)
StreamProviderOptions class.loadingType - ResourceLoadingType. The type to load the linked resource.defaultPath - The default path.public StreamProviderOptions()
StreamProviderOptions class.public int getResourceLoadingType()
See ResourceLoadingType.
public void setResourceLoadingType(int value)
See ResourceLoadingType.
public java.lang.String getDefaultPath()
public java.lang.String getCustomPath()
public void setCustomPath(java.lang.String value)
public java.io.OutputStream getStream()
public void setStream(java.io.OutputStream value)
public java.io.InputStream getInputStream()
public void setInputStream(java.io.InputStream value)
See Also:
Aspose.Cells Documentation - the home page for the Aspose.Cells Product Documentation.
Aspose.Cells Support Forum - our preferred method of support.
We guarantee a prompt response to any inquiry!
© Aspose Pty Ltd 2003-2025. All Rights Reserved.