gov.nist.nlpir.irfapps.trec.fbis
Class FbisDocumentBrafHandle

java.lang.Object
  |
  +--gov.nist.nlpir.irf.handle.Handle
        |
        +--gov.nist.nlpir.irf.handle.braf.BufferedRandomAccessFileHandle
              |
              +--gov.nist.nlpir.irfapps.trec.fbis.FbisDocumentBrafHandle

public class FbisDocumentBrafHandle
extends gov.nist.nlpir.irf.handle.braf.BufferedRandomAccessFileHandle

Handle for persistent FbisDocument objects

Version:
$Revision: 1.1 $
Author:
This software was produced by NIST, an agency of the U.S. government, and by statute is not subject to copyright in the United States. Recipients of this software assume all responsibilities associated with its operation, modification and maintenance.

Field Summary
(package private) static int staticFileCode
           
 
Fields inherited from class gov.nist.nlpir.irf.handle.braf.BufferedRandomAccessFileHandle
file, fileNames, fileNamesFileName, lengthOfRecord, notReadFromDiskYet, startOfRecord
 
Constructor Summary
FbisDocumentBrafHandle()
           
 
Method Summary
protected  int getFileCode()
           
 
Methods inherited from class gov.nist.nlpir.irf.handle.braf.BufferedRandomAccessFileHandle
, getCode, getFile, getLengthOfRecord, getStartOfRecord, readExt, replaceExt, setFile, setLengthOfRecord, setPositionOfRecord, setStartOfRecord, toString, writeExt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Field Detail

staticFileCode

static int staticFileCode
Constructor Detail

FbisDocumentBrafHandle

public FbisDocumentBrafHandle()
Method Detail

getFileCode

protected final int getFileCode()
Overrides:
getFileCode in class gov.nist.nlpir.irf.handle.braf.BufferedRandomAccessFileHandle