trait Tap extends Digest
A tap is a specialized digest that decorates streams
- Alphabetic
- By Inheritance
- Tap
- Digest
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
hash: Hash
Calculates the hash of the collected bytes so far
Calculates the hash of the collected bytes so far
- Definition Classes
- Digest
-
abstract
def
hash_=(vs: Hash): Boolean
Determines whether the collected bytes compute to a given hash
Determines whether the collected bytes compute to a given hash
- Definition Classes
- Digest
-
abstract
def
name: String
Returns the name of this algorithm
Returns the name of this algorithm
- Definition Classes
- Digest
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
bytes: Array[Byte]
Returns the raw bytes from the hash this digest generates
Returns the raw bytes from the hash this digest generates
- Definition Classes
- Digest
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
hash_=(vs: Digest): Boolean
Determines whether the collected bytes compute to a given hash
Determines whether the collected bytes compute to a given hash
- Definition Classes
- Digest
-
def
hash_=(vs: Array[Byte]): Boolean
Determines whether the collected bytes compute to a given hash
Determines whether the collected bytes compute to a given hash
- Definition Classes
- Digest
-
def
hash_=(vs: String): Boolean
Determines whether the collected bytes compute to a given hash
Determines whether the collected bytes compute to a given hash
- Definition Classes
- Digest
-
def
hex: String
Returns this digest as a hex encoded string
Returns this digest as a hex encoded string
- Definition Classes
- Digest
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
- Definition Classes
- Digest → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )