| Modifier and Type | Method and Description |
|---|---|
static Mtl |
Mtls.create(String name)
Creates a new default
Mtl |
| Modifier and Type | Method and Description |
|---|---|
static List<Mtl> |
MtlReader.read(InputStream inputStream)
Read the MTL data from the given stream, and return
it as
Mtl objects. |
static List<Mtl> |
MtlReader.read(Reader reader)
Read the MTL data from the given reader, and return
it as
Mtl objects. |
| Modifier and Type | Method and Description |
|---|---|
static void |
MtlWriter.write(Iterable<? extends Mtl> mtls,
OutputStream outputStream)
Write the given
Mtl objects to the given stream. |
static void |
MtlWriter.write(Iterable<? extends Mtl> mtls,
Writer writer)
Write the given
Mtl objects to the given writer. |
Copyright © 2015. All rights reserved.