Interface Rate

  • All Known Implementing Classes:
    RateContainer

    public interface Rate
    Determines maximum speed of consumption of bytes from random number generator device.
    • Method Detail

      • bytesAsByte

        Byte bytesAsByte()
      • bytesAsShort

        Short bytesAsShort()
      • bytesAsInteger

        Integer bytesAsInteger()
      • bytesAsLong

        Long bytesAsLong()
      • bytesPresent

        boolean bytesPresent()
      • periodAsByte

        Byte periodAsByte()
      • periodAsShort

        Short periodAsShort()
      • periodAsInteger

        Integer periodAsInteger()
      • periodAsLong

        Long periodAsLong()
      • periodPresent

        boolean periodPresent()