public interface FwkReadColumnsFromStreamInterface extends FwkFileFilterInterface
| Modifier and Type | Method and Description |
|---|---|
FwkColumnAccessInterface[] |
read(java.lang.String spec,
java.io.InputStream is)
Read columns from stream.
|
accept, accept, getDescriptionFwkColumnAccessInterface[] read(java.lang.String spec, java.io.InputStream is) throws java.lang.RuntimeException
ref - The reference for input stream. This could be the file specification.is - The input stream from that the column should be read.an - exception when ever a problem occurs.java.lang.RuntimeException