Class EssRankStatisticsSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf74.subtype8.EssRankStatisticsSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x01 = 1static final intConstant: 0x40 = 64static final intConstant: 0x80 = 128 -
Method Summary
Modifier and TypeMethodDescriptionstatic EssRankStatisticsSectioncreate(com.blackhillsoftware.smf.internal.Section Data, int offset, int length) create is intended for internal use only.intr748rai()R748RAI value.booleanr748raiv()intr748raix()R748RAIX value.doubler748rbyr()R748RBYR value.doubler748rbyw()R748RBYW value.intr748rcnt()R748RCNT value.r748rkrt()R748RKRT as a Duration.doubleR748RKRT raw value.doubleR748RKRT in seconds.r748rkwt()R748RKWT as a Duration.doubleR748RKWT raw value.doubleR748RKWT in seconds.intr748rpnm()R748RPNM value.intr748rrid()R748RRID value.doubler748rrop()R748RROP value.booleanr748rtcp()booleanr748rtcr()intr748rtq()R748RTQ value.doubler748rwop()R748RWOP value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
R748RTCR
public static final int R748RTCRConstant: 0x80 = 128- See Also:
-
R748RTCP
public static final int R748RTCPConstant: 0x40 = 64- See Also:
-
R748RAIV
public static final int R748RAIVConstant: 0x01 = 1- See Also:
-
-
Method Details
-
r748rrid
public int r748rrid()R748RRID value.- Returns:
- int R748RRID value
-
r748rpnm
public int r748rpnm()R748RPNM value.- Returns:
- int R748RPNM value
-
r748rcnt
public int r748rcnt()R748RCNT value.- Returns:
- int R748RCNT value
-
r748raix
public int r748raix()R748RAIX value.- Returns:
- int R748RAIX value
-
r748rbyr
public double r748rbyr()R748RBYR value.- Returns:
- double R748RBYR value
-
r748rbyw
public double r748rbyw()R748RBYW value.- Returns:
- double R748RBYW value
-
r748rrop
public double r748rrop()R748RROP value.- Returns:
- double R748RROP value
-
r748rwop
public double r748rwop()R748RWOP value.- Returns:
- double R748RWOP value
-
r748rkrt
R748RKRT as a Duration.- Returns:
- Duration R748RKRT
- See Also:
-
r748rkrtSeconds
public double r748rkrtSeconds()R748RKRT in seconds.- Returns:
- double R748RKRT converted to seconds
-
r748rkrtRawValue
public double r748rkrtRawValue()R748RKRT raw value.- Returns:
- double R748RKRT value
-
r748rkwt
R748RKWT as a Duration.- Returns:
- Duration R748RKWT
- See Also:
-
r748rkwtSeconds
public double r748rkwtSeconds()R748RKWT in seconds.- Returns:
- double R748RKWT converted to seconds
-
r748rkwtRawValue
public double r748rkwtRawValue()R748RKWT raw value.- Returns:
- double R748RKWT value
-
r748rtq
public int r748rtq()R748RTQ value.- Returns:
- int R748RTQ value
-
r748rtcr
public boolean r748rtcr()- Returns:
- boolean R748RTCR bit is set in r748rtq()
R748RTCR = 0x80
-
r748rtcp
public boolean r748rtcp()- Returns:
- boolean R748RTCP bit is set in r748rtq()
R748RTCP = 0x40
-
r748raiv
public boolean r748raiv()- Returns:
- boolean R748RAIV bit is set in r748rtq()
R748RAIV = 0x01
-
r748rai
public int r748rai()R748RAI value.- Returns:
- int R748RAI value
-
create
public static EssRankStatisticsSection 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
-