Package org.sunflow.core.parser
Class SCBinaryParser
java.lang.Object
org.sunflow.core.parser.SCAbstractParser
org.sunflow.core.parser.SCBinaryParser
- All Implemented Interfaces:
SceneParser
-
Nested Class Summary
Nested classes/interfaces inherited from class org.sunflow.core.parser.SCAbstractParser
SCAbstractParser.Keyword -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidprotected voidopenParser(String filename) protected booleanprotected floatprotected intparseInt()protected ParameterList.InterpolationTypeprotected SCAbstractParser.Keywordprotected Matrix4protected Stringprotected StringMethods inherited from class org.sunflow.core.parser.SCAbstractParser
parse, parseFloatArray
-
Constructor Details
-
SCBinaryParser
public SCBinaryParser()
-
-
Method Details
-
closeParser
- Specified by:
closeParserin classSCAbstractParser- Throws:
IOException
-
openParser
- Specified by:
openParserin classSCAbstractParser- Throws:
IOException
-
parseBoolean
- Specified by:
parseBooleanin classSCAbstractParser- Throws:
IOException
-
parseFloat
- Specified by:
parseFloatin classSCAbstractParser- Throws:
IOException
-
parseInt
- Specified by:
parseIntin classSCAbstractParser- Throws:
IOException
-
parseMatrix
- Specified by:
parseMatrixin classSCAbstractParser- Throws:
IOException
-
parseString
- Specified by:
parseStringin classSCAbstractParser- Throws:
IOException
-
parseVerbatimString
- Specified by:
parseVerbatimStringin classSCAbstractParser- Throws:
IOException
-
parseInterpolationType
- Specified by:
parseInterpolationTypein classSCAbstractParser- Throws:
IOException
-
parseKeyword
- Specified by:
parseKeywordin classSCAbstractParser- Throws:
IOException
-