public class OBOParserFileInput extends Object implements IParserInput
| Constructor and Description |
|---|
OBOParserFileInput(String filename) |
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close the associated input streams.
|
String |
getFilename() |
int |
getPosition() |
int |
getSize() |
InputStream |
inputStream() |
public OBOParserFileInput(String filename) throws IOException
IOExceptionpublic InputStream inputStream()
inputStream in interface IParserInputpublic void close()
IParserInputclose in interface IParserInputpublic int getSize()
getSize in interface IParserInputpublic int getPosition()
getPosition in interface IParserInputpublic String getFilename()
getFilename in interface IParserInputCopyright © 2017. All rights reserved.