gov.nist.nlpir.irfapps.hci
Class HciDocBrafHandle

java.lang.Object
  |
  +--gov.nist.nlpir.irf.handle.Handle
        |
        +--gov.nist.nlpir.irf.handle.braf.BufferedRandomAccessFileHandle
              |
              +--gov.nist.nlpir.irfapps.hci.HciDocBrafHandle

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

Handle for a persistent HciDoc object brokered by a random access file broker

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
          The code associated with the name of the file in which objects referred to by handles of this class will be stored
 
Fields inherited from class gov.nist.nlpir.irf.handle.braf.BufferedRandomAccessFileHandle
file, fileNames, fileNamesFileName, lengthOfRecord, notReadFromDiskYet, startOfRecord
 
Constructor Summary
HciDocBrafHandle()
           
 
Method Summary
protected  int getFileCode()
          Returns the unique code for the file in which objects referred to by handles of this class will be stored
 
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
The code associated with the name of the file in which objects referred to by handles of this class will be stored
Constructor Detail

HciDocBrafHandle

public HciDocBrafHandle()
Method Detail

getFileCode

protected final int getFileCode()
Returns the unique code for the file in which objects referred to by handles of this class will be stored
Returns:
the code
Overrides:
getFileCode in class gov.nist.nlpir.irf.handle.braf.BufferedRandomAccessFileHandle