class InputStreamTap extends InputStream with BufferedTap
An InputStream that generates a hash
- Alphabetic
- By Inheritance
- InputStreamTap
- BufferedTap
- Tap
- Digest
- InputStream
- Closeable
- AutoCloseable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new InputStreamTap(digest: MutableDigest, stream: InputStream)
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
-
def
addByteToDigest(byte: Byte): Byte
Adds a byte to the digest
Adds a byte to the digest
- Attributes
- protected
- Definition Classes
- BufferedTap
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
available(): Int
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
- Definition Classes
- InputStreamTap → InputStream
-
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
- InputStreamTap → InputStream → Closeable → AutoCloseable
-
val
digest: MutableDigest
- Attributes
- protected
- Definition Classes
- InputStreamTap → BufferedTap
-
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
Calculates the hash of the collected bytes so far
- Definition Classes
- BufferedTap → Digest
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
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
- BufferedTap → Digest
-
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
- InputStreamTap → InputStream
-
def
markSupported(): Boolean
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
- Definition Classes
- InputStreamTap → InputStream
-
def
name: String
Returns the name of this algorithm
Returns the name of this algorithm
- Definition Classes
- BufferedTap → Digest
-
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(): Int
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
- Definition Classes
- InputStreamTap → InputStream
-
def
read(arg0: Array[Byte], arg1: Int, arg2: Int): Int
- Definition Classes
- InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
read(arg0: Array[Byte]): Int
- Definition Classes
- InputStream
- Annotations
- @throws( classOf[java.io.IOException] )
-
def
reset(): Nothing
<invalid inheritdoc annotation>
<invalid inheritdoc annotation>
- Definition Classes
- InputStreamTap → InputStream
-
def
skip(arg0: Long): Long
- Definition Classes
- InputStream
- 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( ... )