Package com.blackhillsoftware.smf.smf92
Class FileDeleteRename
java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.FileDeleteRename
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic FileDeleteRename
create
(byte[] Data, int offset, int length) create is intended for internal use only.long
smf92ddn()
SMF92DDN value.int
SMF92DFLG value.smf92dfn()
SMF92DFN value.SMF92DFNR value.smf92dfs()
SMF92DFS value.smf92dft()
SMF92DFT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).SMF92DFT STCK value.long
smf92din()
SMF92DIN value.long
SMF92DINP value.int
smf92dnl()
SMF92DNL value.int
SMF92DNLR value.boolean
Return true ifSMF92DREN
bit insmf92dflg()
is set.smf92dty()
SMF92DTY value.int
SMF92DTY raw value.Methods inherited from class com.blackhillsoftware.smf.SmfData
createSection, getTriplet
-
Field Details
-
SMF92DREN
public static final int SMF92DRENConstant: 0x80 = 128- See Also:
-
-
Method Details
-
smf92dft
SMF92DFT STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).Use
smf92dftRawValue()
for a BigInteger containing the complete STCK value.- Returns:
- DateTime SMF92DFT STCK converted to ZonedDateTime
- See Also:
-
smf92dftRawValue
SMF92DFT STCK value.- Returns:
- BigInteger SMF92DFT STCK value
-
smf92dty
SMF92DTY value.- Returns:
- FileType SMF92DTY value
-
smf92dtyRawValue
public int smf92dtyRawValue()SMF92DTY raw value.- Returns:
- int SMF92DTY raw value
-
smf92dflg
public int smf92dflg()SMF92DFLG value.- Returns:
- int SMF92DFLG value
-
smf92dren
public boolean smf92dren()Return true ifSMF92DREN
bit insmf92dflg()
is set.- Returns:
- boolean SMF92DREN bit is set in smf92dflg()
SMF92DREN = 0x80
-
smf92din
public long smf92din()SMF92DIN value.- Returns:
- long SMF92DIN value
-
smf92dinp
public long smf92dinp()SMF92DINP value.- Returns:
- long SMF92DINP value
-
smf92ddn
public long smf92ddn()SMF92DDN value.- Returns:
- long SMF92DDN value
-
smf92dfs
SMF92DFS value.- Returns:
- String SMF92DFS value
-
smf92dnl
public int smf92dnl()SMF92DNL value.- Returns:
- int SMF92DNL value
-
smf92dfn
SMF92DFN value.- Returns:
- String SMF92DFN value
-
smf92dnlr
public int smf92dnlr()SMF92DNLR value.- Returns:
- int SMF92DNLR value
-
smf92dfnr
SMF92DFNR value.- Returns:
- String SMF92DFNR value for Rename, null for Delete
-
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
-