public class ModelArchiveReader extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
ModelArchiveReader.ArtifactConsumer |
| Constructor and Description |
|---|
ModelArchiveReader() |
| Modifier and Type | Method and Description |
|---|---|
static Model |
read(InputStream in,
ModelArchiveReader.ArtifactConsumer consumer)
Read a model archive.
|
public static Model read(InputStream in, ModelArchiveReader.ArtifactConsumer consumer) throws IOException
in - The input stream to read from.IOException - If anything goes wrongCopyright © 2017 The Apache Software Foundation. All rights reserved.