Record Class CLNCompressorSPIRequest
java.lang.Object
java.lang.Record
com.io7m.calino.supercompression.spi.CLNCompressorSPIRequest
- Record Components:
method- The compression method
A request to compress data.
-
Constructor Summary
ConstructorsConstructorDescriptionA request to compress data. -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.method()Returns the value of themethodrecord component.final StringtoString()Returns a string representation of this record class.
-
Constructor Details
-
CLNCompressorSPIRequest
A request to compress data.- Parameters:
method- The compression method
-
-
Method Details
-
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). -
method
-