StreamProviderOptions

Inheritance: java.lang.Object

public class StreamProviderOptions

Represents the stream options.

Constructors

ConstructorDescription
StreamProviderOptions()

Methods

MethodDescription
equals(Object arg0)
getClass()
getDefaultPath()The default path(URL) saved in generated html file for the referred source.
getStream()Gets/Sets the output stream to write saved data
hashCode()
notify()
notifyAll()
setCustomPath(String value)The user custom path(URL) saved in generated html file for the referred source.
setStream(OutputStream value)For the description of this property, please see getStream()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

StreamProviderOptions()

public StreamProviderOptions()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getDefaultPath()

public 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””

Returns: java.lang.String

getStream()

public OutputStream getStream()

Gets/Sets the output stream to write saved data

Returns: java.io.OutputStream

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setCustomPath(String value)

public void setCustomPath(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.

Parameters:

ParameterTypeDescription
valuejava.lang.String

setStream(OutputStream value)

public void setStream(OutputStream value)

For the description of this property, please see getStream()

Parameters:

ParameterTypeDescription
valuejava.io.OutputStream

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int