public class InputFile extends Object
| Constructor and Description |
|---|
InputFile(InputStream in,
boolean flag) |
InputFile(String fileName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addToCurrentPosition(long increment) |
void |
close() |
long |
getCurrentPosition() |
String |
getFileName() |
BufferedReader |
getFileReader() |
boolean |
isFileStdIn() |
void |
setCurrentPosition(long pos) |
public InputFile(String fileName) throws FileNotFoundException
FileNotFoundExceptionpublic InputFile(InputStream in, boolean flag)
public void addToCurrentPosition(long increment)
public long getCurrentPosition()
public void setCurrentPosition(long pos)
public void close()
throws IOException
IOExceptionpublic boolean isFileStdIn()
public String getFileName()
public BufferedReader getFileReader()
? Copyright 2013 BMC Software, Inc.