Class XcfMemberDataSection
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf74.subtype2.XcfMemberDataSection
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intConstant: 0x80 = 128static final intConstant: 0x03 = 3static final intConstant: 0x02 = 2static final intConstant: 0x05 = 5static final intConstant: 0x40 = 64static final intConstant: 0x08 = 8static final intConstant: 0x10 = 16static final intConstant: 0x08 = 8static final intConstant: 0x10 = 16static final intConstant: 0x04 = 4static final intConstant: 0x02 = 2static final intConstant: 0x20 = 32static final intConstant: 0x80 = 128static final intConstant: 0x40 = 64 -
Method Summary
Modifier and TypeMethodDescriptionstatic XcfMemberDataSectioncreate(byte[] Data, int offset, int length) create is intended for internal use only.booleanr742mact()Return true ifR742MACTbit inr742mstf()is set.r742mgrp()R742MGRP value.booleanr742miac()Return true ifR742MIACbit inr742mstf()is set.longr742mint()R742MINT value.r742mjob()R742MJOB value.r742mmem()R742MMEM value.booleanr742mmsd()Return true ifR742MMSDbit inr742mst2()is set.booleanr742mmsm()Return true ifR742MMSMbit inr742mst2()is set.booleanr742mnoq()Return true ifR742MNOQbit inr742mstf()is set.booleanr742mpar()Return true ifR742MPARbit inr742mstf()is set.longr742mrcv()R742MRCV value.booleanr742mrem()Return true ifR742MREMbit inr742mst2()is set.booleanr742mres()Return true ifR742MRESbit inr742mstf()is set.longr742msnt()R742MSNT value.booleanr742mssm()Return true ifR742MSSMbit inr742mst2()is set.intr742mst1()R742MST1 value.intr742mst2()R742MST2 value.intr742mstf()R742MSTF value.r742msys()R742MSYS value.booleanr742mtrm()Return true ifR742MTRMbit inr742mst2()is set.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
R742MACT
public static final int R742MACTConstant: 0x80 = 128- See Also:
-
R742MIAC
public static final int R742MIACConstant: 0x40 = 64- See Also:
-
R742MRES
public static final int R742MRESConstant: 0x20 = 32- See Also:
-
R742MPAR
public static final int R742MPARConstant: 0x10 = 16- See Also:
-
R742MNOQ
public static final int R742MNOQConstant: 0x08 = 8- See Also:
-
R742MCRE
public static final int R742MCREConstant: 0x02 = 2- See Also:
-
R742MACV
public static final int R742MACVConstant: 0x03 = 3- See Also:
-
R742MQUI
public static final int R742MQUIConstant: 0x04 = 4- See Also:
-
R742MFLD
public static final int R742MFLDConstant: 0x05 = 5- See Also:
-
R742MSSM
public static final int R742MSSMConstant: 0x80 = 128- See Also:
-
R742MTRM
public static final int R742MTRMConstant: 0x40 = 64- See Also:
-
R742MMSM
public static final int R742MMSMConstant: 0x10 = 16- See Also:
-
R742MMSD
public static final int R742MMSDConstant: 0x08 = 8- See Also:
-
R742MREM
public static final int R742MREMConstant: 0x02 = 2- See Also:
-
-
Method Details
-
r742msys
R742MSYS value.- Returns:
- String R742MSYS value
-
r742mgrp
R742MGRP value.- Returns:
- String R742MGRP value
-
r742mmem
R742MMEM value.- Returns:
- String R742MMEM value
-
r742mstf
public int r742mstf()R742MSTF value.- Returns:
- int R742MSTF value
-
r742mact
public boolean r742mact()Return true ifR742MACTbit inr742mstf()is set.- Returns:
- boolean R742MACT bit is set in r742mstf()
R742MACT = 0x80
-
r742miac
public boolean r742miac()Return true ifR742MIACbit inr742mstf()is set.- Returns:
- boolean R742MIAC bit is set in r742mstf()
R742MIAC = 0x40
-
r742mres
public boolean r742mres()Return true ifR742MRESbit inr742mstf()is set.- Returns:
- boolean R742MRES bit is set in r742mstf()
R742MRES = 0x20
-
r742mpar
public boolean r742mpar()Return true ifR742MPARbit inr742mstf()is set.- Returns:
- boolean R742MPAR bit is set in r742mstf()
R742MPAR = 0x10
-
r742mnoq
public boolean r742mnoq()Return true ifR742MNOQbit inr742mstf()is set.- Returns:
- boolean R742MNOQ bit is set in r742mstf()
R742MNOQ = 0x08
-
r742mst1
public int r742mst1()R742MST1 value.- Returns:
- int R742MST1 value
-
r742mst2
public int r742mst2()R742MST2 value.- Returns:
- int R742MST2 value
-
r742mssm
public boolean r742mssm()Return true ifR742MSSMbit inr742mst2()is set.- Returns:
- boolean R742MSSM bit is set in r742mst2()
R742MSSM = 0x80
-
r742mtrm
public boolean r742mtrm()Return true ifR742MTRMbit inr742mst2()is set.- Returns:
- boolean R742MTRM bit is set in r742mst2()
R742MTRM = 0x40
-
r742mmsm
public boolean r742mmsm()Return true ifR742MMSMbit inr742mst2()is set.- Returns:
- boolean R742MMSM bit is set in r742mst2()
R742MMSM = 0x10
-
r742mmsd
public boolean r742mmsd()Return true ifR742MMSDbit inr742mst2()is set.- Returns:
- boolean R742MMSD bit is set in r742mst2()
R742MMSD = 0x08
-
r742mrem
public boolean r742mrem()Return true ifR742MREMbit inr742mst2()is set.- Returns:
- boolean R742MREM bit is set in r742mst2()
R742MREM = 0x02
-
r742msnt
public long r742msnt()R742MSNT value.- Returns:
- long R742MSNT value
-
r742mrcv
public long r742mrcv()R742MRCV value.- Returns:
- long R742MRCV value
-
r742mint
public long r742mint()R742MINT value.- Returns:
- long R742MINT value
-
r742mjob
R742MJOB value.- Returns:
- String R742MJOB value
-
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
-