com.retek.commons.util.flatfile
Class FixedWidthFormatter
java.lang.Object
com.retek.commons.util.flatfile.FixedWidthFormatter
- public class FixedWidthFormatter
- extends java.lang.Object
Method Summary |
void |
format(java.lang.Object bean,
java.io.Writer out)
|
void |
format(java.lang.Object bean,
java.io.Writer out,
boolean bypassRequiredFieldChecking)
|
void |
formatAll(java.util.List beans,
java.io.Writer out)
|
void |
formatAll(java.util.List beans,
java.io.Writer out,
boolean bypassRequiredFieldChecking)
|
void |
setEol(java.lang.String eol)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FixedWidthFormatter
public FixedWidthFormatter(java.io.Reader in)
throws FixedWidthFormatterException,
java.io.IOException
FixedWidthFormatter
public FixedWidthFormatter(java.lang.Class owner,
java.lang.String confName)
throws FixedWidthFormatterException,
java.io.IOException
setEol
public void setEol(java.lang.String eol)
formatAll
public void formatAll(java.util.List beans,
java.io.Writer out)
throws FixedWidthFormatterException,
java.io.IOException
- Throws:
FixedWidthFormatterException
java.io.IOException
formatAll
public void formatAll(java.util.List beans,
java.io.Writer out,
boolean bypassRequiredFieldChecking)
throws FixedWidthFormatterException,
java.io.IOException
- Throws:
FixedWidthFormatterException
java.io.IOException
format
public void format(java.lang.Object bean,
java.io.Writer out)
throws FixedWidthFormatterException,
java.io.IOException
- Throws:
FixedWidthFormatterException
java.io.IOException
format
public void format(java.lang.Object bean,
java.io.Writer out,
boolean bypassRequiredFieldChecking)
throws FixedWidthFormatterException,
java.io.IOException
- Throws:
FixedWidthFormatterException
java.io.IOException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25