public final class SMFTV1BodySectionParserVerticesNonInterleaved extends Object implements SMFTBodySectionParserType
| Constructor and Description |
|---|
SMFTV1BodySectionParserVerticesNonInterleaved(Supplier<SMFHeader> in_header_get,
SMFTLineReaderType in_reader)
Construct a parser.
|
| Modifier and Type | Method and Description |
|---|---|
String |
name() |
SMFTParsingStatus |
parse(SMFParserEventsBodyType receiver,
javaslang.collection.List<String> line_start)
Parse the section, delivering events to
receiver. |
public SMFTV1BodySectionParserVerticesNonInterleaved(Supplier<SMFHeader> in_header_get, SMFTLineReaderType in_reader)
in_header_get - A function that yields a headerin_reader - A line readerpublic String name()
name in interface SMFTBodySectionParserTypepublic SMFTParsingStatus parse(SMFParserEventsBodyType receiver, javaslang.collection.List<String> line_start) throws IOException
SMFTBodySectionParserTypereceiver.parse in interface SMFTBodySectionParserTypereceiver - The event receiverline_start - The current lineIOException - On I/O errorsCopyright © 2017 <code@io7m.com> http://io7m.com