| Modifier and Type | Method and Description |
|---|---|
static void |
write(Iterable<? extends Mtl> mtls,
OutputStream outputStream)
Write the given
Mtl objects to the given stream. |
static void |
write(Iterable<? extends Mtl> mtls,
Writer writer)
Write the given
Mtl objects to the given writer. |
public static void write(Iterable<? extends Mtl> mtls, OutputStream outputStream) throws IOException
Mtl objects to the given stream. The caller
is responsible for closing the stream.mtls - The Mtl objectsoutputStream - The stream to write toIOException - If an IO error occurspublic static void write(Iterable<? extends Mtl> mtls, Writer writer) throws IOException
Mtl objects to the given writer. The caller
is responsible for closing the writer.mtls - The Mtl objectswriter - The writer to write toIOException - If an IO error occursCopyright © 2015. All rights reserved.