Class UnixOwnersHeader


public class UnixOwnersHeader extends SubBlockHeader
  • Field Details

    • logger

      private static final org.slf4j.Logger logger
    • ownerNameSize

      private int ownerNameSize
    • groupNameSize

      private int groupNameSize
    • owner

      private String owner
    • group

      private String group
  • Constructor Details

    • UnixOwnersHeader

      public UnixOwnersHeader(SubBlockHeader sb, byte[] uoHeader)
  • Method Details

    • getGroup

      public String getGroup()
      Returns:
      the group
    • setGroup

      public void setGroup(String group)
      Parameters:
      group - the group to set
    • getGroupNameSize

      public int getGroupNameSize()
      Returns:
      the groupNameSize
    • setGroupNameSize

      public void setGroupNameSize(int groupNameSize)
      Parameters:
      groupNameSize - the groupNameSize to set
    • getOwner

      public String getOwner()
      Returns:
      the owner
    • setOwner

      public void setOwner(String owner)
      Parameters:
      owner - the owner to set
    • getOwnerNameSize

      public int getOwnerNameSize()
      Returns:
      the ownerNameSize
    • setOwnerNameSize

      public void setOwnerNameSize(int ownerNameSize)
      Parameters:
      ownerNameSize - the ownerNameSize to set
    • print

      public void print()
      Overrides:
      print in class SubBlockHeader