java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.svpol.GpmpSettings
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic GpmpSettingscreate(byte[] Data, int offset, int length) create is intended for internal use only.booleansvpolalc()Return true ifSVPOLALCbit insvpolefl()is set.booleansvpolals()Return true ifSVPOLALSbit insvpolefl()is set.booleansvpoleay()Return true ifSVPOLEAYbit insvpolefl()is set.intsvpolefl()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 ifSVPOLEAYbit insvpolefl()is set.- Returns:
- boolean SVPOLEAY bit is set in svpolefl()
SVPOLEAY = 0x80
-
svpolals
public boolean svpolals()Return true ifSVPOLALSbit insvpolefl()is set.- Returns:
- boolean SVPOLALS bit is set in svpolefl()
SVPOLALS = 0x40
-
svpolalc
public boolean svpolalc()Return true ifSVPOLALCbit 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
-