Uses of Enum Class
org.refcodes.numerical.Endianess
-
Uses of Endianess in org.refcodes.numerical
Fields in org.refcodes.numerical declared as EndianessMethods in org.refcodes.numerical that return EndianessModifier and TypeMethodDescriptionAbstractCrcMixin.getEndianess()Retrieves the value from theEndianessproperty.EndianessAccessor.getEndianess()Retrieves the value from theEndianessproperty.default EndianessEndianessAccessor.EndianessProperty.letEndianess(Endianess aEndianess) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenEndianess(setter) as ofEndianessAccessor.EndianessMutator.setEndianess(Endianess)and returns the very same value (getter).static EndianessReturns the enum constant of this class with the specified name.static Endianess[]Endianess.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.refcodes.numerical with parameters of type EndianessModifier and TypeMethodDescriptiondefault EndianessEndianessAccessor.EndianessProperty.letEndianess(Endianess aEndianess) This method stores and passes through the given argument, which is very useful for builder APIs: Sets the givenEndianess(setter) as ofEndianessAccessor.EndianessMutator.setEndianess(Endianess)and returns the very same value (getter).voidEndianessAccessor.EndianessMutator.setEndianess(Endianess aEndianess) Sets the value for theEndianessproperty.byte[]CrcAlgorithm.toCrcBytes(byte[] aData, int aOffset, int aLength, Endianess aEndianess) Calculates the according checksum from the supplied data data and returns the according byte array of the CRC checksum.byte[]CrcAlgorithm.toCrcBytes(byte[] aData, Endianess aEndianess) Calculates the according checksum from the supplied data data and returns the according byte array of the CRC checksum.byte[]CrcAlgorithm.toCrcBytes(byte aData, Endianess aEndianess) Calculates the according checksum from the supplied data and returns the according byte array of the CRC checksum.byte[]CrcAlgorithm.toCrcBytes(long aCrc, byte[] aData, int aOffset, int aLength, Endianess aEndianess) Updates the according checksum with he supplied data data and returns the according byte array of the CRC checksum.byte[]CrcAlgorithm.toCrcBytes(long aCrc, byte[] aData, Endianess aEndianess) Updates the according checksum with he supplied data data and returns the according byte array of the CRC checksum.byte[]CrcAlgorithm.toCrcBytes(long aCrc, byte aData, Endianess aEndianess) Updates the according checksum with he supplied data data and returns the according byte array of the CRC checksum.byte[]CrcAlgorithmImpl.toCrcBytes(byte[] aData, int aOffset, int aLength, Endianess aEndianess) Calculates the according checksum from the supplied data data and returns the according byte array of the CRC checksum.byte[]CrcAlgorithmImpl.toCrcBytes(byte[] aData, Endianess aEndianess) Calculates the according checksum from the supplied data data and returns the according byte array of the CRC checksum.byte[]CrcAlgorithmImpl.toCrcBytes(byte aData, Endianess aEndianess) Calculates the according checksum from the supplied data and returns the according byte array of the CRC checksum.byte[]CrcAlgorithmImpl.toCrcBytes(long aCrc, byte[] aData, int aOffset, int aLength, Endianess aEndianess) Updates the according checksum with he supplied data data and returns the according byte array of the CRC checksum.byte[]CrcAlgorithmImpl.toCrcBytes(long aCrc, byte[] aData, Endianess aEndianess) Updates the according checksum with he supplied data data and returns the according byte array of the CRC checksum.byte[]CrcAlgorithmImpl.toCrcBytes(long aCrc, byte aData, Endianess aEndianess) Updates the according checksum with he supplied data data and returns the according byte array of the CRC checksum.byte[]CrcStandard.toCrcBytes(byte[] aData, int aOffset, int aLength, Endianess aEndianess) Calculates the according checksum from the supplied data data and returns the according byte array of the CRC checksum.byte[]CrcStandard.toCrcBytes(byte[] aData, Endianess aEndianess) Calculates the according checksum from the supplied data data and returns the according byte array of the CRC checksum.byte[]CrcStandard.toCrcBytes(byte aData, Endianess aEndianess) Calculates the according checksum from the supplied data and returns the according byte array of the CRC checksum.byte[]CrcStandard.toCrcBytes(long aCrc, byte[] aData, int aOffset, int aLength, Endianess aEndianess) Updates the according checksum with he supplied data data and returns the according byte array of the CRC checksum.byte[]CrcStandard.toCrcBytes(long aCrc, byte[] aData, Endianess aEndianess) Updates the according checksum with he supplied data data and returns the according byte array of the CRC checksum.byte[]CrcStandard.toCrcBytes(long aCrc, byte aData, Endianess aEndianess) Updates the according checksum with he supplied data data and returns the according byte array of the CRC checksum.EndianessAccessor.EndianessBuilder.withEndianess(Endianess aEndianess) Sets the value for theEndianessproperty.Constructors in org.refcodes.numerical with parameters of type EndianessModifierConstructorDescriptionAbstractCrcMixin(CrcAlgorithm aCrcAlgorithm, org.refcodes.mixin.ConcatenateMode aCrcChecksumConcatenateMode, ChecksumValidationMode aChecksumValidationMode, Endianess aEndianess) Constructs an according instance from the given arguments.