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 SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidclose()@Nullable String[]readAndSplitLine(boolean ignoreEmptyLines) 
- 
Field Details- 
lineReader
 
- 
- 
Constructor Details- 
ObjTokenizer
 
- 
- 
Method Details- 
readAndSplitLine- Throws:
- IOException
 
- 
close- Specified by:
- closein interface- AutoCloseable
- Throws:
- IOException
 
 
-