|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.actuate.util.Debug
|
+--com.f1j.util.Debug
|
+--com.f1j.util.ObjConst
|
+--com.f1j.util.Obj
|
+--com.f1j.util.AbstractIndexObj
|
+--com.f1j.util.SharedIndexObj
|
+--com.f1j.data.source.SourceImpl
|
+--com.f1j.data.source.InputStream
This class provides an instance of an InputStream data source object.
| Method Summary | |
java.io.InputStream |
getInputStream()
Returns the java.io.InputStream associated with this data source. |
boolean |
isResetOnEveryUse()
Returns whether this source is set to call the reset() method
on the stream every time the getInputStream() method is called. |
void |
setInputStream(java.io.InputStream stream)
Sets the java.io.InputStream associated with this data souce. |
void |
setResetOnEveryUse(boolean reset)
Sets whether or not to call the reset() method on the stream
every time the getInputStream() method is called. |
| Method Detail |
public java.io.InputStream getInputStream()
setInputStream(java.io.InputStream)public void setInputStream(java.io.InputStream stream)
stream - the
java.io.InputStream to read from.getInputStream()public void setResetOnEveryUse(boolean reset)
reset() method on the stream
every time the getInputStream() method is called. Setting this
flag to true allows refreshing of the data ranges on the
spreadsheet without having to call the setInputStream method
multiple times. Only valid with stream types that support the reset()
method.reset - boolean. true = reset on every use.isResetOnEveryUse()public boolean isResetOnEveryUse()
reset() method
on the stream every time the getInputStream() method is called.true = source calls the reset()
method every time.setResetOnEveryUse(boolean)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||