PIP.IO
Class ClearLogs

java.lang.Object
  extended by PIP.IO.ClearLogs

public class ClearLogs
extends java.lang.Object

The class is called ClearLogs because once the DB has be unlocked successfully there is no longer a Log file (File called same as DB but with extension .nlg) for the DB. If a getiRMSD reading or writing to the DB finishes premiturly then the DB can become locked and can no longer be opened in read only mode and may even have problems in write mode. Therefore, just run this getiRMSD and it will unlock the database so that it is able to be opened once more.


Constructor Summary
ClearLogs()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearLogs

public ClearLogs()
Method Detail

main

public static void main(java.lang.String[] args)