All Packages Class Hierarchy This Package Previous Next Index
Class pinball.log.LogFileAccess
java.lang.Object
|
+----pinball.log.LogFileAccess
- public class LogFileAccess
- extends Object
Gets the files used in the log file.
-
ballNumber
- Ball number for log file.
-
input
- File that data the data.
-
logDescription
- Description part of the log file.
-
logTimeDate
- Time and date part of the filename.
-
LogFileAccess(String)
- Opens up the log files in their file order.
-
ballNumber()
-
Set the ball number.
-
getLogName()
- Get the log file name.
-
getNext()
- Get the next log file.
input
private BufferedReader input
- File that data the data.
logTimeDate
private String logTimeDate
- Time and date part of the filename.
ballNumber
private int ballNumber
- Ball number for log file.
logDescription
private String logDescription
- Description part of the log file.
LogFileAccess
public LogFileAccess(String start)
- Opens up the log files in their file order.
- Parameters:
- start - the name of the first log file.
getLogName
public String getLogName()
- Get the log file name.
- Returns:
- the log file name.
ballNumber
private String ballNumber()
- Set the ball number.
- Returns:
- the ball's number.
getNext
public BufferedReader getNext() throws IOException
- Get the next log file.
- Returns:
- the next log file.
All Packages Class Hierarchy This Package Previous Next Index