- 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
Modifier and TypeInterfaceDescriptionstatic interface
Provides 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 interface
Provides a mutator for a CRC byte width (number of bytes used to store a CRC checksum) property.static interface
Provides a CRC byte width (number of bytes used to store a CRC checksum) property. -
Method Summary
Modifier and TypeMethodDescriptionint
Retrieves 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.
-