public abstract class FeedSimCSVInputStream extends InputStream
Constructor and Description |
---|
FeedSimCSVInputStream(String path)
Constructor which takes a path of the file to open.
|
Modifier and Type | Method and Description |
---|---|
String |
getPath()
Returns the path String this object was constructed with.
|
available, close, mark, markSupported, read, read, read, reset, skip
public FeedSimCSVInputStream(String path) throws IOException
path
- - path of the file to openIOException
public String getPath()