T
- public abstract class ModelLoader<T> extends Object
Note: Do not use this class, internal use only!
Modifier | Constructor and Description |
---|---|
protected |
ModelLoader(String modelName) |
Modifier and Type | Method and Description |
---|---|
T |
load(File modelFile) |
protected abstract T |
loadModel(InputStream modelIn) |
protected ModelLoader(String modelName)
protected abstract T loadModel(InputStream modelIn) throws IOException, InvalidFormatException
IOException
InvalidFormatException
Copyright © 2017 The Apache Software Foundation. All rights reserved.