lib
Class MemoryLib

java.lang.Object
  extended by lib.MemoryLib

public class MemoryLib
extends java.lang.Object

Long-term memory This is for stuff we don't want a module for on uscki.nl, so chats logs and stuff

Author:
Benno

Constructor Summary
MemoryLib()
           
 
Method Summary
static java.lang.String readMemory(java.lang.String fname)
           
static void remember(java.lang.String fname, java.lang.String contents)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryLib

public MemoryLib()
Method Detail

remember

public static void remember(java.lang.String fname,
                            java.lang.String contents)
                     throws java.io.IOException
Throws:
java.io.IOException

readMemory

public static java.lang.String readMemory(java.lang.String fname)
                                   throws java.io.IOException
Throws:
java.io.IOException