java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.svpol.GpmpSettings
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic GpmpSettings
create
(byte[] Data, int offset, int length) create is intended for internal use only.boolean
svpolalc()
Return true ifSVPOLALC
bit insvpolefl()
is set.boolean
svpolals()
Return true ifSVPOLALS
bit insvpolefl()
is set.boolean
svpoleay()
Return true ifSVPOLEAY
bit insvpolefl()
is set.int
svpolefl()
SVPOLEFL value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SVPOLEAY
public static final int SVPOLEAYConstant: 0x80 = 128- See Also:
-
SVPOLALS
public static final int SVPOLALSConstant: 0x40 = 64- See Also:
-
SVPOLALC
public static final int SVPOLALCConstant: 0x20 = 32- See Also:
-
-
Method Details
-
svpolefl
public int svpolefl()SVPOLEFL value.- Returns:
- int SVPOLEFL value
-
svpoleay
public boolean svpoleay()Return true ifSVPOLEAY
bit insvpolefl()
is set.- Returns:
- boolean SVPOLEAY bit is set in svpolefl()
SVPOLEAY = 0x80
-
svpolals
public boolean svpolals()Return true ifSVPOLALS
bit insvpolefl()
is set.- Returns:
- boolean SVPOLALS bit is set in svpolefl()
SVPOLALS = 0x40
-
svpolalc
public boolean svpolalc()Return true ifSVPOLALC
bit insvpolefl()
is set.- Returns:
- boolean SVPOLALC bit is set in svpolefl()
SVPOLALC = 0x20
-
create
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
-