Class: FastCRC::CRC32BZip2

Inherits:
Object
  • Object
show all
Defined in:
sig/fastcrc.rbs

Constant Summary collapse

WIDTH =

Returns:

  • (Integer)
CHECK =

Returns:

  • (Integer)
NAME =

Returns:

  • (String)

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.checksumInteger

Parameters:

  • data (String)

Returns:

  • (Integer)


168
# File 'sig/fastcrc.rbs', line 168

def self.checksum: (String data) -> Integer

.hexdigestString

Parameters:

  • data (String)

Returns:

  • (String)


169
# File 'sig/fastcrc.rbs', line 169

def self.hexdigest: (String data) -> String

.newCRC32BZip2

Returns:



167
# File 'sig/fastcrc.rbs', line 167

def self.new: () -> CRC32BZip2

Instance Method Details

#checksumInteger

Returns:

  • (Integer)


171
# File 'sig/fastcrc.rbs', line 171

def checksum: () -> Integer

#hexdigestString

Returns:

  • (String)


172
# File 'sig/fastcrc.rbs', line 172

def hexdigest: () -> String

#resetvoid

This method returns an undefined value.



173
# File 'sig/fastcrc.rbs', line 173

def reset: () -> void

#updatevoid

This method returns an undefined value.

Parameters:

  • data (String)


170
# File 'sig/fastcrc.rbs', line 170

def update: (String data) -> void