public final class ObjFile
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMtl()
Gets the mtl.
|
java.io.InputStream |
getMtlStream()
Gets the mtl stream.
|
java.lang.String |
getObj()
Gets the obj.
|
java.io.InputStream |
getObjStream()
Gets the obj stream.
|
void |
toFiles(java.nio.file.Path p)
To files.
|
public void toFiles(java.nio.file.Path p)
throws java.io.IOException
p - the pjava.io.IOException - Signals that an I/O exception has occurred.public java.lang.String getObj()
public java.lang.String getMtl()
public java.io.InputStream getObjStream()
public java.io.InputStream getMtlStream()