class ReaderTap extends Reader with Tap
A Reader that generates a hash
- Alphabetic
- By Inheritance
- ReaderTap
- Tap
- Digest
- Reader
- Closeable
- AutoCloseable
- Readable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new ReaderTap(digest: MutableDigest, reader: Reader, codec: Codec)
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( ... )
-
def
close(): Unit
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
- Definition Classes
- ReaderTap → Reader → Closeable → AutoCloseable
-
val
digest: MutableDigest
- Attributes
- protected
-
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
hash: Hash
Calculates the hash of the collected bytes so far
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
hash_=(vs: Hash): Boolean
Determines whether the collected bytes compute to a given hash
-
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
-
def
mark(readlimit: Int): Nothing
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
- Definition Classes
- ReaderTap → Reader
-
def
markSupported(): Boolean
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
- Definition Classes
- ReaderTap → Reader
-
def
mkString: String
Converts this reader to a string
-
def
name: String
Returns the name of this algorithm
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
read(cbuf: Array[Char], off: Int, len: Int): Int
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
- Definition Classes
- ReaderTap → Reader
-
def
read(arg0: Array[Char]): Int
- Definition Classes
- Reader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
read(): Int
- Definition Classes
- Reader
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
read(arg0: CharBuffer): Int
- Definition Classes
- Reader → Readable
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
ready(): Boolean
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
- Definition Classes
- ReaderTap → Reader
-
def
reset(): Nothing
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
- Definition Classes
- ReaderTap → Reader
-
def
skip(arg0: Long): Long
- Definition Classes
- Reader
- Annotations
- @throws( classOf[java.io.IOException] )
-
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( ... )