public class MultiTypeBeanFixedWidthWriter extends Object implements Closeable
| Constructor and Description |
|---|
MultiTypeBeanFixedWidthWriter(Writer out) |
MultiTypeBeanFixedWidthWriter(Writer out,
List<FixedWidthRowTypeDescriptor> rowDescriptors) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRowFormat(String simpleClassName,
FixedWidthRowTypeDescriptor rowDescriptor) |
void |
close() |
FixedWidthRowTypeDescriptor |
getRowFormat(String simpleClassName) |
void |
write(Object bean) |
public MultiTypeBeanFixedWidthWriter(Writer out)
public MultiTypeBeanFixedWidthWriter(Writer out, List<FixedWidthRowTypeDescriptor> rowDescriptors)
public void addRowFormat(String simpleClassName, FixedWidthRowTypeDescriptor rowDescriptor)
public FixedWidthRowTypeDescriptor getRowFormat(String simpleClassName)
public void write(Object bean) throws IOException
IOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2006–2016 Volker Bergmann. All rights reserved.