ChecksumAlgorithm

sealed abstract class ChecksumAlgorithm(val value: String, val ordinal: Int) extends Product with Serializable
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
object CRC32.type
object CRC32C.type
object SHA1.type
object SHA256.type

Value members

Inherited methods

def canEqual(that: Any): Boolean
Inherited from:
Equals
Inherited from:
Product
def productElement(n: Int): Any
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product
Inherited from:
Product

Concrete fields