de.javagl.utils.obj
Interface ObjReader

All Known Implementing Classes:
DefaultObjReader

public interface ObjReader

Interface for all classes that may read OBJ data from a stream and store the read data in an ObjTarget.


Method Summary
 void read(InputStream inputStream, ObjTarget objTarget)
          Read the OBJ data from the given stream and store the read elements in the given ObjTarget
 

Method Detail

read

void read(InputStream inputStream,
          ObjTarget objTarget)
          throws IOException
Read the OBJ data from the given stream and store the read elements in the given ObjTarget

Parameters:
inputStream - The stream to read from
objTarget - The target to store the read data
Throws:
IOException - If an IO error occurs