Class EssExtentPoolStatisticsSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf74.subtype8.EssExtentPoolStatisticsSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x40 = 64static final intConstant: 0x01 = 1static final intConstant: 0x01 = 1static final intConstant: 0x40 = 64static final intConstant: 0x80 = 128 -
Method Summary
Modifier and TypeMethodDescriptioncreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.booleanr748x01g()Return true ifR748X01Gbit inr748xeps()is set.booleanr748x16m()Return true ifR748X16Mbit inr748xeps()is set.intr748xeps()R748XEPS value.booleanr748xesv()Return true ifR748XESVbit inr748xptq()is set.intr748xpid()R748XPID value.intr748xplt()R748XPLT value.intr748xptq()R748XPTQ value.longr748xrcp()R748XRCP value.longr748xrna()R748XRNA value.longr748xrns()R748XRNS value.longr748xrsc()R748XRSC value.longr748xsdy()R748XSDY value.booleanr748xtcp()Return true ifR748XTCPbit inr748xptq()is set.booleanr748xtcr()Return true ifR748XTCRbit inr748xptq()is set.longr748xtdy()R748XTDY value.longr748xtlc()R748XTLC value.longr748xtpc()R748XTPC value.longr748xulc()R748XULC value.longr748xupc()R748XUPC value.longr748xvcp()R748XVCP value.longr748xvns()R748XVNS value.longr748xvsc()R748XVSC value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
R748XTCR
public static final int R748XTCRConstant: 0x80 = 128- See Also:
-
R748XTCP
public static final int R748XTCPConstant: 0x40 = 64- See Also:
-
R748XESV
public static final int R748XESVConstant: 0x01 = 1- See Also:
-
R748X01G
public static final int R748X01GConstant: 0x40 = 64- See Also:
-
R748X16M
public static final int R748X16MConstant: 0x01 = 1- See Also:
-
-
Method Details
-
r748xpid
public int r748xpid()R748XPID value.- Returns:
- int R748XPID value
-
r748xplt
public int r748xplt()R748XPLT value.- Returns:
- int R748XPLT value
-
r748xptq
public int r748xptq()R748XPTQ value.- Returns:
- int R748XPTQ value
-
r748xtcr
public boolean r748xtcr()Return true ifR748XTCRbit inr748xptq()is set.- Returns:
- boolean R748XTCR bit is set in r748xptq()
R748XTCR = 0x80
-
r748xtcp
public boolean r748xtcp()Return true ifR748XTCPbit inr748xptq()is set.- Returns:
- boolean R748XTCP bit is set in r748xptq()
R748XTCP = 0x40
-
r748xesv
public boolean r748xesv()Return true ifR748XESVbit inr748xptq()is set.- Returns:
- boolean R748XESV bit is set in r748xptq()
R748XESV = 0x01
-
r748xrcp
public long r748xrcp()R748XRCP value.- Returns:
- long R748XRCP value
-
r748xrns
public long r748xrns()R748XRNS value.- Returns:
- long R748XRNS value
-
r748xrna
public long r748xrna()R748XRNA value.- Returns:
- long R748XRNA value
-
r748xrsc
public long r748xrsc()R748XRSC value.- Returns:
- long R748XRSC value
-
r748xvcp
public long r748xvcp()R748XVCP value.- Returns:
- long R748XVCP value
-
r748xvns
public long r748xvns()R748XVNS value.- Returns:
- long R748XVNS value
-
r748xvsc
public long r748xvsc()R748XVSC value.- Returns:
- long R748XVSC value
-
r748xsdy
public long r748xsdy()R748XSDY value.- Returns:
- long R748XSDY value
-
r748xtdy
public long r748xtdy()R748XTDY value.- Returns:
- long R748XTDY value
-
r748xeps
public int r748xeps()R748XEPS value.- Returns:
- int R748XEPS value
-
r748x01g
public boolean r748x01g()Return true ifR748X01Gbit inr748xeps()is set.- Returns:
- boolean R748X01G bit is set in r748xeps()
R748X01G = 0x40
-
r748x16m
public boolean r748x16m()Return true ifR748X16Mbit inr748xeps()is set.- Returns:
- boolean R748X16M bit is set in r748xeps()
R748X16M = 0x01
-
r748xtpc
public long r748xtpc()R748XTPC value.- Returns:
- long R748XTPC value
-
r748xupc
public long r748xupc()R748XUPC value.- Returns:
- long R748XUPC value
-
r748xtlc
public long r748xtlc()R748XTLC value.- Returns:
- long R748XTLC value
-
r748xulc
public long r748xulc()R748XULC value.- Returns:
- long R748XULC value
-
create
public static EssExtentPoolStatisticsSection create(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only. Instances of this section are created by the parent record or section.- Parameters:
Data- Array of bytes containing data for this sectionoffset- Offset of this section in the datalength- length of the section
-