com.roundeights.hasher

InputStreamTap

class InputStreamTap extends InputStream with BufferedTap with Tap

An InputStream that generates a hash

Linear Supertypes
BufferedTap, Tap, InputStream, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. InputStreamTap
  2. BufferedTap
  3. Tap
  4. InputStream
  5. Closeable
  6. AutoCloseable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new InputStreamTap(digest: Digest, stream: InputStream)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addByteToDigest(byte: Byte): Byte

    Adds a byte to the digest

    Adds a byte to the digest

    Attributes
    protected
    Definition Classes
    BufferedTap
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def available(): Int

    Definition Classes
    InputStreamTap → InputStream
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def close(): Unit

    Definition Classes
    InputStreamTap → InputStream → Closeable → AutoCloseable
  11. val digest: Digest

    The digest to write to

    The digest to write to

    Attributes
    protected
    Definition Classes
    InputStreamTapBufferedTap
  12. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hash: Hash

    Definition Classes
    BufferedTapTap
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def hash_=(vs: Hash): Boolean

    Definition Classes
    BufferedTapTap
  19. 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
    Tap
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def mark(readlimit: Int): Nothing

    Definition Classes
    InputStreamTap → InputStream
  22. def markSupported(): Boolean

    Definition Classes
    InputStreamTap → InputStream
  23. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  26. def read(): Int

    Definition Classes
    InputStreamTap → InputStream
  27. def read(arg0: Array[Byte], arg1: Int, arg2: Int): Int

    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  28. def read(arg0: Array[Byte]): Int

    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  29. def reset(): Nothing

    Definition Classes
    InputStreamTap → InputStream
  30. def skip(arg0: Long): Long

    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  31. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from BufferedTap

Inherited from Tap

Inherited from InputStream

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped