- All Known Subinterfaces:
CrcAlgorithm,CrcWidthAccessor.CrcWidthProperty
- All Known Implementing Classes:
CrcAlgorithmImpl,CrcSize,CrcStandard
public interface CrcWidthAccessor
Provides an accessor for a CRC byte width (number of bytes used to store a
CRC checksum) property.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceProvides a builder method for a CRC byte width (number of bytes used to store a CRC checksum) property returning the builder for applying multiple build operations.static interfaceProvides a mutator for a CRC byte width (number of bytes used to store a CRC checksum) property.static interfaceProvides a CRC byte width (number of bytes used to store a CRC checksum) property. -
Method Summary
Modifier and TypeMethodDescriptionintRetrieves the value from the CRC byte width (number of bytes used to store a CRC checksum) property.
-
Method Details
-
getCrcWidth
int getCrcWidth()Retrieves the value from the CRC byte width (number of bytes used to store a CRC checksum) property.- Returns:
- The name stored by the CRC byte width (number of bytes used to store a CRC checksum) property.
-