Class: FastCRC::CRC32BZip2
- Inherits:
-
Object
- Object
- FastCRC::CRC32BZip2
- Defined in:
- sig/fastcrc.rbs
Constant Summary collapse
- WIDTH =
- CHECK =
- NAME =
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.checksum ⇒ Integer
168 |
# File 'sig/fastcrc.rbs', line 168 def self.checksum: (String data) -> Integer |
.hexdigest ⇒ String
169 |
# File 'sig/fastcrc.rbs', line 169 def self.hexdigest: (String data) -> String |
Instance Method Details
#checksum ⇒ Integer
171 |
# File 'sig/fastcrc.rbs', line 171 def checksum: () -> Integer |
#hexdigest ⇒ String
172 |
# File 'sig/fastcrc.rbs', line 172 def hexdigest: () -> String |
#reset ⇒ void
This method returns an undefined value.
173 |
# File 'sig/fastcrc.rbs', line 173 def reset: () -> void |
#update ⇒ void
This method returns an undefined value.
170 |
# File 'sig/fastcrc.rbs', line 170 def update: (String data) -> void |