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.


Variable Index

 o ballNumber
Ball number for log file.
 o input
File that data the data.
 o logDescription
Description part of the log file.
 o logTimeDate
Time and date part of the filename.

Constructor Index

 o LogFileAccess(String)
Opens up the log files in their file order.

Method Index

 o ballNumber()
Set the ball number.
 o getLogName()
Get the log file name.
 o getNext()
Get the next log file.

Variables

 o input
 private BufferedReader input
File that data the data.

 o logTimeDate
 private String logTimeDate
Time and date part of the filename.

 o ballNumber
 private int ballNumber
Ball number for log file.

 o logDescription
 private String logDescription
Description part of the log file.

Constructors

 o LogFileAccess
 public LogFileAccess(String start)
Opens up the log files in their file order.

Parameters:
start - the name of the first log file.

Methods

 o getLogName
 public String getLogName()
Get the log file name.

Returns:
the log file name.
 o ballNumber
 private String ballNumber()
Set the ball number.

Returns:
the ball's number.
 o 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