Package com.io7m.smfj.parser.api
Interface SMFParserSequentialType
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,SMFParserType
- All Known Subinterfaces:
SMFOBJImporterType
- All Known Implementing Classes:
SMFB2ParserSequential,SMFOBJImporter,SMFTV1Parser,SMFXParser
public interface SMFParserSequentialType extends SMFParserType
The type of sequential parsers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse()Begin parsing.
-