Package com.io7m.smfj.parser.api
Interface SMFParserRandomAccessType
-
- All Superinterfaces:
java.lang.AutoCloseable,java.io.Closeable,SMFParserType
- All Known Implementing Classes:
SMFB2ParserRandomAccess
public interface SMFParserRandomAccessType extends SMFParserType
The type of random-access parsers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse()Begin parsing.
-