public final class FilesystemEvent extends SmfData
Modifier and Type | Method and Description |
---|---|
static FilesystemEvent |
create(byte[] Data,
int offset,
int length)
create is intended for internal use only.
|
long |
smf92cchh()
SMF92CCHH value.
|
long |
smf92code()
SMF92CODE value.
|
FileSystemEventType |
smf92event()
SMF92EVENT value.
|
int |
smf92eventRawValue()
SMF92EVENT raw value.
|
String |
smf92fsn()
SMF92FSN value.
|
long |
smf92lrd()
SMF92LRD value.
|
long |
smf92lre()
SMF92LRE value.
|
long |
smf92lrf()
SMF92LRF value.
|
long |
smf92lrn()
SMF92LRN value.
|
long |
smf92lrp()
SMF92LRP value.
|
long |
smf92lrr()
SMF92LRR value.
|
Duration |
smf92lrt()
SMF92LRT as a Duration.
|
long |
smf92lrtRawValue()
SMF92LRT raw value.
|
double |
smf92lrtSeconds()
SMF92LRT in seconds.
|
Duration |
smf92och()
SMF92OCH as a Duration.
|
long |
smf92ochRawValue()
SMF92OCH raw value.
|
double |
smf92ochSeconds()
SMF92OCH in seconds.
|
String |
smf92ovs()
SMF92OVS value.
|
long |
smf92rsn()
SMF92RSN value.
|
long |
smf92siz()
SMF92SIZ value, throws exception if SMF92SIZ overflows 64 bit signed integer.
|
BigInteger |
smf92sizAsBigInteger()
SMF92SIZ value as a BigInteger.
|
String |
smf92sys()
SMF92SYS value.
|
ZonedDateTime |
smf92t50()
SMF92T50 STCKE value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).
|
BigInteger |
smf92t50RawValue()
SMF92T50 STCKE value.
|
String |
smf92vol()
SMF92VOL value.
|
createSection, dump, dump, dump, dump, equals, getBytes, getBytes, getDataArray, getTriplet, hashCode, toString
public String smf92fsn()
public String smf92vol()
public long smf92cchh()
public FileSystemEventType smf92event()
public int smf92eventRawValue()
public long smf92siz()
IllegalArgumentException
- If the value of SMF92SIZ exceeds the maximum
value of a signed 64 bit integer (i.e. the high order bit is set in SMF92SIZ).
Use smf92sizAsBigInteger()
if this is possible.public BigInteger smf92sizAsBigInteger()
smf92siz()
may provide better performance
if the value will not exceed the maximum value for a signed long.
public ZonedDateTime smf92t50()
Use smf92t50RawValue()
for a BigInteger containing the complete
STCKE value.
ZonedDateTime
public BigInteger smf92t50RawValue()
public long smf92code()
public long smf92rsn()
public String smf92ovs()
public Duration smf92och()
Duration
public double smf92ochSeconds()
public long smf92ochRawValue()
public Duration smf92lrt()
Duration
public double smf92lrtSeconds()
public long smf92lrtRawValue()
public long smf92lrp()
public long smf92lrr()
public long smf92lrd()
public long smf92lre()
public long smf92lrf()
public long smf92lrn()
public String smf92sys()
public static FilesystemEvent create(byte[] Data, int offset, int length)
Data
- Array of bytes containing data for this sectionoffset
- Offset of this section in the datalength
- length of the sectionCopyright © 2020 Black Hill Software Pty Ltd. All rights reserved.