Class FeedSimCSVInputStream

java.lang.Object
java.io.InputStream
com.streambase.sb.feedsim.FeedSimCSVInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
FeedSimTupleInputStream

public abstract class FeedSimCSVInputStream extends InputStream
FeedSim can be configured to use classes that extend this abstract class. This allows users to read proprietary formated files and deliver their contents so that FeedSim can play their data like any other product supported format. Data returned by the required read() method must be in essentially CSV format.
Since:
6.5.8