public final class EbcdicConfiguration extends FixedWidthConfiguration
DEFAULT_COLUMN_NAME_LINE, NO_COLUMN_NAME_LINE
Constructor and Description |
---|
EbcdicConfiguration(int columnNameLineNumber,
ColumnNamingStrategy columnNamingStrategy,
String encoding,
int[] valueWidths,
boolean failOnInconsistentLineWidth,
boolean skipEbcdicHeader,
boolean eolPresent) |
EbcdicConfiguration(int columnNameLineNumber,
String encoding,
int[] valueWidths,
boolean failOnInconsistentLineWidth,
boolean skipEbcdicHeader,
boolean eolPresent) |
EbcdicConfiguration(int columnNameLineNumber,
String encoding,
int fixedValueWidth,
boolean failOnInconsistentLineWidth,
boolean skipEbcdicHeader,
boolean eolPresent) |
Modifier and Type | Method and Description |
---|---|
boolean |
isEolPresent()
Determines if the input file contains new line characters.
|
boolean |
isSkipEbcdicHeader()
Determines if the input file contains a header that should be skipped before reading records data.
|
decorateIdentity, getColumnNameLineNumber, getColumnNamingStrategy, getEncoding, getFixedValueWidth, getValueWidth, getValueWidths, isConstantValueWidth, isFailOnInconsistentLineWidth, toString
classEquals, equals, hashCode
public EbcdicConfiguration(int columnNameLineNumber, String encoding, int fixedValueWidth, boolean failOnInconsistentLineWidth, boolean skipEbcdicHeader, boolean eolPresent)
public EbcdicConfiguration(int columnNameLineNumber, String encoding, int[] valueWidths, boolean failOnInconsistentLineWidth, boolean skipEbcdicHeader, boolean eolPresent)
public EbcdicConfiguration(int columnNameLineNumber, ColumnNamingStrategy columnNamingStrategy, String encoding, int[] valueWidths, boolean failOnInconsistentLineWidth, boolean skipEbcdicHeader, boolean eolPresent)
public boolean isSkipEbcdicHeader()
public boolean isEolPresent()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.