|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.neurosdbm.db.track.asf.ASFObjectFactory
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 |
private ASFObjectFactory()
Method Detail |
public static ASFObject create(java.nio.channels.FileChannel fc) throws java.io.IOException
fc
- The file channel with the data.
java.io.IOException
- if an error occurs
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |