Record Class TapeArchivePaxAttributes
java.lang.Object
java.lang.Record
xyz.apollosoftware.bibliothiki.compression.formats.tar.TapeArchivePaxAttributes
- Record Components:
path- The full path for the entry.
-
Constructor Summary
ConstructorsConstructorDescriptionTapeArchivePaxAttributes(@Nullable String path) Creates an instance of aTapeArchivePaxAttributesrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic @NonNull TapeArchivePaxAttributesDecode thepaxextended attributes from the given value.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.@Nullable Stringpath()Returns the value of thepathrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
TapeArchivePaxAttributes
-
-
Method Details
-
decode
Decode thepaxextended attributes from the given value.- Parameters:
value- The value to decode the attributes from.- Returns:
- The decoded attributes.
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
path
-