|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EngineLoader
Interface for deserializing instances of the Engine class.
This interface is an API only. Do not implement it yourself.
| Nested Class Summary | |
|---|---|
static class |
EngineLoader.Config
Configuration data for new instances of EngineLoader. |
static interface |
EngineLoader.Factory
Factory interface for ImplementationLocator.getInstance(Class). |
| Method Summary | |
|---|---|
Engine |
loadEngineData(java.io.InputStream _stream)
Loads an engine. |
| Method Detail |
|---|
Engine loadEngineData(java.io.InputStream _stream)
throws java.io.IOException,
EngineException
SaveableEngine.saveTo(java.io.OutputStream).
_stream - is an input stream which must support the InputStream.mark(int)
operation.
java.io.IOException
EngineException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||