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, skippublic FeedSimCSVInputStream(String path) throws IOException
path - - path of the file to openIOException - Input errorpublic String getPath()
Copyright © 2015–2019 Cloud Software Group, Inc.. All rights reserved.