public class ModelReader extends Object
Reader
instance.Modifier and Type | Method and Description |
---|---|
static Model |
read(Reader reader,
String location)
Reads the model file
The reader is not closed.
|
public static Model read(Reader reader, String location) throws IOException
reader
- The reader providing the modellocation
- Optional location string identifying the source of the model.IOException
- If an error occursCopyright © 2017 The Apache Software Foundation. All rights reserved.