Class ObjTokenizer
java.lang.Object
net.minecraftforge.client.model.obj.ObjTokenizer
- All Implemented Interfaces:
 AutoCloseable
A tokenizer for OBJ and MTL files.
 
Joins split lines and ignores comments.
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()@Nullable String[]readAndSplitLine(boolean ignoreEmptyLines)  
- 
Field Details
- 
lineReader
 
 - 
 - 
Constructor Details
- 
ObjTokenizer
 
 - 
 - 
Method Details
- 
readAndSplitLine
- Throws:
 IOException
 - 
close
- Specified by:
 closein interfaceAutoCloseable- Throws:
 IOException
 
 -