save
Class SaveFile

java.lang.Object
  extended by save.SaveFile

public class SaveFile
extends java.lang.Object

By using this class the user is able to save a given content into a file.


Constructor Summary
SaveFile(java.lang.String content)
          By initialising the constructor a given content will be written into a file.
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SaveFile

public SaveFile(java.lang.String content)
By initialising the constructor a given content will be written into a file.

Parameters:
content - String