Uses of Enum Class
org.refcodes.numerical.CrcSize
-
Uses of CrcSize in org.refcodes.numerical
Methods in org.refcodes.numerical that return CrcSizeModifier and TypeMethodDescriptionCrcAlgorithm.getCrcSize()Gets theCrcSizeclass to which thisCrcAlgorithmbelongs.CrcAlgorithmImpl.getCrcSize()Returns theCrcSize(describing the checksum's "CRC byte length" for thisCrcStandard.CrcStandard.getCrcSize()Gets theCrcSizeclass to which thisCrcAlgorithmbelongs.static CrcSizeCrcSize.toCrcCategory(int aCrcByteWidth) Retrieves theCrcSizerepresenting the queried "byte length".static CrcSizeReturns the enum constant of this class with the specified name.static CrcSize[]CrcSize.values()Returns an array containing the constants of this enum class, in the order they are declared.