Interface CrcWidthAccessor

All Known Subinterfaces:
CrcAlgorithm, CrcWidthAccessor.CrcWidthProperty
All Known Implementing Classes:
CrcAlgorithmConfig, CrcAlgorithmImpl, CrcSize

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 Classes
    Modifier and Type
    Interface
    Description
    static 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 Type
    Method
    Description
    int
    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.