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