RBNio
Class SparseRelStrucReader

java.lang.Object
  extended by RBNio.SparseRelStrucReader

public class SparseRelStrucReader
extends java.lang.Object


Field Summary
 java.lang.String currentfile
           
 
Constructor Summary
SparseRelStrucReader()
          Creates new SparseRelStrucReader
 
Method Summary
 SparseRelStruc readSparseRelStrucFromFile(java.lang.String filename)
           
static void saveFile(SparseRelStruc struc, java.io.File savefile, Primula myprimula)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

currentfile

public java.lang.String currentfile
Constructor Detail

SparseRelStrucReader

public SparseRelStrucReader()
Creates new SparseRelStrucReader

Method Detail

readSparseRelStrucFromFile

public SparseRelStruc readSparseRelStrucFromFile(java.lang.String filename)
                                          throws java.io.IOException
Throws:
java.io.IOException

saveFile

public static void saveFile(SparseRelStruc struc,
                            java.io.File savefile,
                            Primula myprimula)