|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.formulacompiler.runtime.FormulaRuntime
public class FormulaRuntime
Static class defining factory methods for run-time-only elements of AFC. This class is extended
by SpreadsheetCompiler
which provides factory methods for
compile-time elements.
FormulaCompiler
,
SpreadsheetCompiler
Field Summary | |
---|---|
static int |
UNDEFINED_SCALE
For BigDecimal types, indicates that no explicit scaling should be performed by the engine. |
Method Summary | |
---|---|
static Engine |
loadEngine(EngineLoader.Config _config,
java.io.InputStream _stream)
Like loadEngine(InputStream) , but with full configuration options. |
static Engine |
loadEngine(java.io.InputStream _stream)
Returns a new engine deserialized by a registered engine loader (see register() ) - it
must have been saved using
SaveableEngine.saveTo(java.io.OutputStream) . |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int UNDEFINED_SCALE
Method Detail |
---|
public static Engine loadEngine(java.io.InputStream _stream) throws java.io.IOException, EngineException
register()
) - it
must have been saved using
SaveableEngine.saveTo(java.io.OutputStream)
.
_stream
- is an input stream. If it does not support the InputStream.mark(int)
operation, it is automatically wrapped within a BufferedInputStream
.
java.io.IOException
EngineException
loadEngine(org.formulacompiler.runtime.EngineLoader.Config, InputStream)
public static Engine loadEngine(EngineLoader.Config _config, java.io.InputStream _stream) throws java.io.IOException, EngineException
loadEngine(InputStream)
, but with full configuration options.
_config
- is the engine loader configuration block._stream
- is an input stream. If it does not support the InputStream.mark(int)
operation, it is automatically wrapped within a BufferedInputStream
.
java.io.IOException
EngineException
loadEngine(InputStream)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |