Uses of Interface
org.refcodes.numerical.CrcAlgorithm
-
Uses of CrcAlgorithm in org.refcodes.numerical
Classes in org.refcodes.numerical that implement CrcAlgorithmModifier and TypeClassDescriptionclassImplementation of theCrcAlgorithminterface.enumEnumeration with CRC implementations hacked together from sources out there.Fields in org.refcodes.numerical declared as CrcAlgorithmMethods in org.refcodes.numerical that return CrcAlgorithmModifier and TypeMethodDescriptionAbstractCrcMixin.getCrcAlgorithm()Retrieves the value from theCrcAlgorithmproperty.CrcAlgorithmAccessor.getCrcAlgorithm()Retrieves the value from theCrcAlgorithmproperty.default CrcAlgorithmCrcAlgorithmAccessor.CrcAlgorithmProperty.letCrcAlgorithm(CrcAlgorithm aCrcAlgorithm) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenCrcAlgorithm(setter) as ofCrcAlgorithmAccessor.CrcAlgorithmMutator.setCrcAlgorithm(CrcAlgorithm)and returns the very same value (getter).Methods in org.refcodes.numerical with parameters of type CrcAlgorithmModifier and TypeMethodDescriptiondefault CrcAlgorithmCrcAlgorithmAccessor.CrcAlgorithmProperty.letCrcAlgorithm(CrcAlgorithm aCrcAlgorithm) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenCrcAlgorithm(setter) as ofCrcAlgorithmAccessor.CrcAlgorithmMutator.setCrcAlgorithm(CrcAlgorithm)and returns the very same value (getter).voidCrcAlgorithmAccessor.CrcAlgorithmMutator.setCrcAlgorithm(CrcAlgorithm aCrcAlgorithm) Sets the value for theCrcAlgorithmproperty.CrcAlgorithmAccessor.CrcAlgorithmBuilder.withCrcAlgorithm(CrcAlgorithm aCrcAlgorithm) Sets the value for theCrcAlgorithmproperty.Constructors in org.refcodes.numerical with parameters of type CrcAlgorithmModifierConstructorDescriptionAbstractCrcMixin(CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, ChecksumValidationMode aChecksumValidationMode, Endianess aEndianess) Constructs an according instance from the given arguments.