edu.washington.NVisF.dataIO.tfr
Class TipsyHeader

java.lang.Object
  |
  +--edu.washington.NVisF.dataIO.tfr.TipsyHeader

public class TipsyHeader
extends java.lang.Object

This class reads the header from a Tipsy binary file.


Field Summary
 int nbodies
           
 int ndark
           
 int ndim
           
 int nsph
           
 int nstar
           
 double time
           
 
Constructor Summary
TipsyHeader(java.io.DataInputStream data)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

time

public double time

nbodies

public int nbodies

ndim

public int ndim

nsph

public int nsph

ndark

public int ndark

nstar

public int nstar
Constructor Detail

TipsyHeader

public TipsyHeader(java.io.DataInputStream data)
            throws java.io.IOException