Class FileSystemSuspend

java.lang.Object
com.blackhillsoftware.smf.Data
com.blackhillsoftware.smf.SmfData
com.blackhillsoftware.smf.smf92.FileSystemSuspend

public final class FileSystemSuspend extends SmfData
  • Field Details

  • Method Details

    • smf92sts

      public ZonedDateTime smf92sts()
      SMF92STS STCK value converted to ZonedDateTime (nanosecond precision, ZoneOffset.UTC).

      Use smf92stsRawValue() for a BigInteger containing the complete STCK value.

      Returns:
      DateTime SMF92STS STCK converted to ZonedDateTime
      See Also:
    • smf92stsRawValue

      public BigInteger smf92stsRawValue()
      SMF92STS STCK value.
      Returns:
      BigInteger SMF92STS STCK value
    • smf92sft

      public FileSystemType smf92sft()
      SMF92SFT FileSystemType.
      Returns:
      FileSystemType from SMF92SFT value
    • smf92sftRawValue

      public long smf92sftRawValue()
      SMF92SFT raw value.
      Returns:
      long SMF92SFT raw value
    • smf92sfm

      public MntEntFsMode smf92sfm()
      SMF92SFM MntEntFsMode.
      Returns:
      MntEntFsMode SMF92SFM value
    • smf92sfmRawValue

      public long smf92sfmRawValue()
      SMF92SFM raw value.
      Returns:
      long SMF92SFM raw value
    • smf92sdn

      public long smf92sdn()
      SMF92SDN value.
      Returns:
      long SMF92SDN value
    • smf92sdd

      public String smf92sdd()
      SMF92SDD value.
      Returns:
      String SMF92SDD value
    • smf92stn

      public String smf92stn()
      SMF92STN value.
      Returns:
      String SMF92STN value
    • smf92sfn

      public String smf92sfn()
      SMF92SFN value.
      Returns:
      String SMF92SFN value
    • smf92sfg

      public int smf92sfg()
      SMF92SFG value.
      Returns:
      int SMF92SFG value
    • smf92slu

      public boolean smf92slu()
      Return true if SMF92SLU bit in smf92sfg() is set.
      Returns:
      boolean SMF92SLU bit is set in smf92sfg()

      SMF92SLU = 0x80

    • smf92snu

      public boolean smf92snu()
      Return true if SMF92SNU bit in smf92sfg() is set.
      Returns:
      boolean SMF92SNU bit is set in smf92sfg()

      SMF92SNU = 0x40

    • smf92sdo

      public boolean smf92sdo()
      Return true if SMF92SDO bit in smf92sfg() is set.
      Returns:
      boolean SMF92SDO bit is set in smf92sfg()

      SMF92SDO = 0x20

    • smf92ssn

      public boolean smf92ssn()
      Return true if SMF92SSN bit in smf92sfg() is set.
      Returns:
      boolean SMF92SSN bit is set in smf92sfg()

      SMF92SSN = 0x10

    • create

      public static FileSystemSuspend create(byte[] Data, int offset, int length)
      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 section
      offset - Offset of this section in the data
      length - length of the section