net.sf.jannot
Class Cleaner
java.lang.Object
net.sf.jannot.Cleaner
public class Cleaner
- extends java.lang.Object
Registry for random access files that need to be closed.
See http://bugs.sun.com/view_bug.do?bug_id=6357433
for explanation why we need to to it the hard way.
- Author:
- Thomas Abeel
|
Method Summary |
static void |
exit()
|
static void |
register(java.io.RandomAccessFile raf,
java.io.File f)
|
static void |
register(net.sf.samtools.SAMFileReader sfr,
net.sf.samtools.util.SeekableStream content,
java.io.File f)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Cleaner
public Cleaner()
register
public static void register(net.sf.samtools.SAMFileReader sfr,
net.sf.samtools.util.SeekableStream content,
java.io.File f)
register
public static void register(java.io.RandomAccessFile raf,
java.io.File f)
exit
public static void exit()
Copyright © 2007-2011 - Thomas Abeel - All Rights Reserved.