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