Package org.apache.metamodel.fixedwidth
Class FixedWidthLineParser
- java.lang.Object
-
- org.apache.metamodel.fixedwidth.FixedWidthLineParser
-
public class FixedWidthLineParser extends Object
-
-
Constructor Summary
Constructors Constructor Description FixedWidthLineParser(FixedWidthConfiguration configuration, int expectedLineLength, int rowNumber)
-
-
-
Constructor Detail
-
FixedWidthLineParser
public FixedWidthLineParser(FixedWidthConfiguration configuration, int expectedLineLength, int rowNumber)
-
-
Method Detail
-
parseLine
public String[] parseLine(String line) throws IOException
- Throws:
IOException
-
-