public class IndexFRecord
extends java.lang.Object
Constructor and Description |
---|
IndexFRecord() |
Modifier and Type | Method and Description |
---|---|
int |
getAccMode()
Get access priv level.
|
int |
getAcOffset()
Get offset to ACL area.
|
short[] |
getBackLink()
Get backlink FID.
|
short |
getChecksum()
Get record checksum.
|
short[] |
getExtFid()
Get extended FID.
|
short[] |
getFid()
Get FID.
|
int |
getFileChar()
Get file characteristics.
|
int |
getFileHeaderSize()
Get size of file header.
|
int |
getFileOwner()
Get file owner UIC.
|
int |
getFileProt()
Get file protection.
|
int |
getHighWater()
Get highwater mark.
|
int |
getIdentAreaSize()
Get size of ident area.
|
int |
getIdOffset()
Get offset to ident area.
|
int |
getJournal()
Get journal control flag.
|
int |
getMapInUse()
Get number map area words in use.
|
int |
getMpOffset()
Get offset to map area.
|
byte[] |
getRecAttr()
Get record attributes.
|
int |
getRsOffset()
Get offset to reserved area.
|
int |
getRuActive()
Get RU id.
|
int |
getSegNum()
Get segment number.
|
int |
getSpace2Index()
Get size of space after ident area before record checksum.
|
int |
getStrucLevMajor()
Get structure level - major (2 or 5)
|
int |
getStrucLevMinor()
Get structure level - minor,
|
boolean |
isValidFile()
Is the record a valid and undeleted file.
|
public int getIdOffset()
public int getMpOffset()
public int getAcOffset()
public int getRsOffset()
public int getSegNum()
public int getStrucLevMinor()
public int getStrucLevMajor()
public short[] getFid()
public short[] getExtFid()
public byte[] getRecAttr()
public int getFileChar()
public int getMapInUse()
public int getAccMode()
public int getFileOwner()
public int getFileProt()
public short[] getBackLink()
public int getJournal()
public int getRuActive()
public int getHighWater()
public short getChecksum()
public int getSpace2Index()
public int getFileHeaderSize()
public int getIdentAreaSize()
public boolean isValidFile()