Uses of Class
org.apache.metamodel.fixedwidth.FixedWidthConfiguration
-
-
Uses of FixedWidthConfiguration in org.apache.metamodel.fixedwidth
Subclasses of FixedWidthConfiguration in org.apache.metamodel.fixedwidth Modifier and Type Class Description classEbcdicConfigurationSpecial fixed-width configuration for EBCDIC files.Methods in org.apache.metamodel.fixedwidth that return FixedWidthConfiguration Modifier and Type Method Description FixedWidthConfigurationFixedWidthDataContext. getConfiguration()Gets the Fixed width value configuration used.FixedWidthConfigurationFixedWidthConfigurationReader. readFromSasFormatFile(String encoding, org.apache.metamodel.util.Resource resource, boolean failOnInconsistentLineWidth)Reads aFixedWidthConfigurationbased on a SAS 'format file', described here.FixedWidthConfigurationFixedWidthConfigurationReader. readFromSasInputDefinition(String encoding, org.apache.metamodel.util.Resource resource, boolean failOnInconsistentLineWidth)Reads aFixedWidthConfigurationbased on a SAS INPUT declaration.Constructors in org.apache.metamodel.fixedwidth with parameters of type FixedWidthConfiguration Constructor Description FixedWidthDataContext(File file, FixedWidthConfiguration configuration)FixedWidthDataContext(org.apache.metamodel.util.Resource resource, FixedWidthConfiguration configuration)FixedWidthLineParser(FixedWidthConfiguration configuration, int expectedLineLength, int rowNumber)
-