maspack.util
Class DataBufferTest

java.lang.Object
  extended by maspack.util.DataBufferTest

public class DataBufferTest
extends java.lang.Object


Constructor Summary
DataBufferTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void storeUsingAppend(DataBuffer buf, double[] data)
           
 void storeUsingRaw(DataBuffer buf, double[] data)
           
 void timing()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DataBufferTest

public DataBufferTest()
Method Detail

storeUsingRaw

public void storeUsingRaw(DataBuffer buf,
                          double[] data)

storeUsingAppend

public void storeUsingAppend(DataBuffer buf,
                             double[] data)

timing

public void timing()

main

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