Analytical Perspectives in Game Design


 

All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class bvyy.io.TextFileWriter

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----bvyy.io.TextFileWriter

public class TextFileWriter
extends Thread
This class converts reads in a trext file from a vector of strings.

Version:
0.0.1 14 June 1998
Author:
(c)1998 Brian Voon Yee Yap

Constructor Index

 o TextFileWriter()

Method Index

 o writeTextFile(String, Vector)
This routine reads the text file, from the specified location and returns the text file as a vector of strings.

Constructors

 o TextFileWriter
 public TextFileWriter()

Methods

 o writeTextFile
 public void writeTextFile(String theTextfile,
                           Vector theThingToBeWritten)
This routine reads the text file, from the specified location and returns the text file as a vector of strings.

Parameters:
the - name (including location) of the text file.
Returns:
a vector of strings

All Packages  Class Hierarchy  This Package  Previous  Next  Index

22/11/99

 


See also: [Role Playing Games] [Game Engine]
© 1998, 1999 Brian Yap. These pages are available under the GNU licence.