net.sourceforge.neurosdbm.db.track.asf
Class ASFObjectFactory

java.lang.Object
  extended bynet.sourceforge.neurosdbm.db.track.asf.ASFObjectFactory

public class ASFObjectFactory
extends java.lang.Object

This class creates ASF objects from a FileChannel. The appropriate ASFObject subclass is created by the create method.


Constructor Summary
private ASFObjectFactory()
          We don't need no stinkin' constructor.
 
Method Summary
static ASFObject create(java.nio.channels.FileChannel fc)
          Creates ASF objects from the given FileChannel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASFObjectFactory

private ASFObjectFactory()
We don't need no stinkin' constructor.

Method Detail

create

public static ASFObject create(java.nio.channels.FileChannel fc)
                        throws java.io.IOException
Creates ASF objects from the given FileChannel.

Parameters:
fc - The file channel with the data.
Returns:
The next ASF object from the data.
Throws:
java.io.IOException - if an error occurs


Copyright © 2004 NeurosDBM Dev Team All Rights Reserved.