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.
-
VideoLog()
- Create a log file.
-
VideoLog(Applet)
-
Create a log file with the specified applet.
-
VideoLog(String)
-
Create a log file with the specified first log file name.
-
getReadNext()
-
Get the next log file to read from.
-
getReadNext(String)
-
Get the next log file to read from.
-
getWriteNext(String)
- Get the next log file to write to.
VideoLog
public VideoLog()
- Create a log file.
VideoLog
public VideoLog(Applet applet)
- Create a log file with the specified applet.
- Parameters:
- applet - the applet that is displaying.
VideoLog
public VideoLog(String start)
- Create a log file with the specified first log file name.
- Parameters:
- start - the first log file.
getReadNext
public ObjectInputStream getReadNext(String log) throws IOException
- Get the next log file to read from.
- Parameters:
- log - the next log file.
getReadNext
public ObjectInputStream getReadNext() throws IOException
- Get the next log file to read from.
- Parameters:
- log - the next log file.
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