de.javagl.utils.obj
Interface ObjWriter
- All Known Implementing Classes:
- DefaultObjWriter
public interface ObjWriter
Interface for all classes that may write an Obj file to a stream.
|
Method Summary |
void |
write(Obj obj,
OutputStream outputStream)
Writes the given Obj to the given stream |
write
void write(Obj obj,
OutputStream outputStream)
throws IOException
- Writes the given Obj to the given stream
- Parameters:
obj - The Obj to write.outputStream - The stream to write to.
- Throws:
IOException - If an IO error occurs.