public interface FwkWriteColumnsToStreamInterface extends FwkFileFilterInterface
Modifier and Type | Method and Description |
---|---|
void |
write(java.lang.String ref,
java.io.OutputStream is,
FwkColumnAccessInterface[] cols)
Write columns to stream.
|
accept, accept, getDescription
void write(java.lang.String ref, java.io.OutputStream is, FwkColumnAccessInterface[] cols) throws java.lang.RuntimeException
ref
- The reference for input stream. This could be the file specification.is
- The output stream to that the columns should be written.an
- exception when ever a problem occurs.java.lang.RuntimeException