|
BeanIO 1.2.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.beanio.stream.fixedlength.FixedLengthReaderConfiguration
public class FixedLengthReaderConfiguration
Stores configuration settings for a FixedLengthReader
.
FixedLengthReader
Constructor Summary | |
---|---|
FixedLengthReaderConfiguration()
Constructs a new FixedLengthReaderConfiguration. |
Method Summary | |
---|---|
String[] |
getComments()
Returns the array of comment prefixes. |
Character |
getLineContinuationCharacter()
Returns the line continuation character. |
Character |
getRecordTerminator()
Returns the character used to mark the end of a record. |
boolean |
isCommentEnabled()
Returns whether one or more comment prefixes have been configured. |
boolean |
isLineContinationEnabled()
Returns whether the line continuation character is enabled. |
void |
setComments(String[] comments)
Sets the array of comment prefixes. |
void |
setLineContinuationCharacter(Character lineContinuationCharacter)
Sets the line continuation character. |
void |
setRecordTerminator(Character recordTerminator)
Sets the character used to mark the end of a record. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FixedLengthReaderConfiguration()
Method Detail |
---|
public Character getLineContinuationCharacter()
public void setLineContinuationCharacter(Character lineContinuationCharacter)
lineContinuationCharacter
- the line continuation characterpublic boolean isLineContinationEnabled()
public Character getRecordTerminator()
public void setRecordTerminator(Character recordTerminator)
recordTerminator
- the record termination characterpublic String[] getComments()
public void setComments(String[] comments)
comments
- the array of comment prefixespublic boolean isCommentEnabled()
|
BeanIO 1.2.3 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |