All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.VideoLog

java.lang.Object
   |
   +----pinball.VideoLog

public class VideoLog
extends Object
Used to access the video log file.


Constructor Index

 o VideoLog()
Create a log file.
 o VideoLog(Applet)
Create a log file with the specified applet.
 o VideoLog(String)
Create a log file with the specified first log file name.

Method Index

 o getReadNext()
Get the next log file to read from.
 o getReadNext(String)
Get the next log file to read from.
 o getWriteNext(String)
Get the next log file to write to.

Constructors

 o VideoLog
 public VideoLog()
Create a log file.

 o VideoLog
 public VideoLog(Applet applet)
Create a log file with the specified applet.

Parameters:
applet - the applet that is displaying.
 o VideoLog
 public VideoLog(String start)
Create a log file with the specified first log file name.

Parameters:
start - the first log file.

Methods

 o getReadNext
 public ObjectInputStream getReadNext(String log) throws IOException
Get the next log file to read from.

Parameters:
log - the next log file.
 o getReadNext
 public ObjectInputStream getReadNext() throws IOException
Get the next log file to read from.

Parameters:
log - the next log file.
 o getWriteNext
 public ObjectOutputStream getWriteNext(String log) throws IOException
Get the next log file to write to.

Parameters:
log - the next log file.

All Packages  Class Hierarchy  This Package  Previous  Next  Index