Packages

class Input extends AnyRef

Source
io.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Input
  2. AnyRef
  3. Any
Implicitly
  1. by Input2InputStream
  2. by richDrxAny
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Input(is: InputStream)

Type Members

  1. class AsciiIterator extends Iterator[String]

    Unix like string iterator to finding ascii character sequences

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Input toany2stringadd[Input] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Input, B)
    Implicit
    This member is added by an implicit conversion from Input toArrowAssoc[Input] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def apply[A](applyFunc: (InputStream) => A): drx.Try[A]
  7. def applyIf(t: Boolean, f: (Input) => Input): Input
    Implicit
    This member is added by an implicit conversion from Input toDrxAny[Input] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. def applyIf(t: (Input) => Boolean)(f: (Input) => Input): Input

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from Input toDrxAny[Input] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  9. def as(sg: StreamGenerator): Input
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def asString: String
  12. def asString(charset: Charset): String
  13. def available(): Int
    Implicit
    This member is added by an implicit conversion from Input toInputStream performed by method Input2InputStream in cc.drx.Input.
    Definition Classes
    InputStream
    Annotations
    @throws(classOf[java.io.IOException])
  14. def base64: String
  15. def bufferedSource(bufferSize: Int = scala.io.Source.DefaultBufSize)(implicit codec: Codec): BufferedSource
  16. def byteIt(bufferSize: Int): Iterator[Byte]
  17. def byteIt: Iterator[Byte]

    default large buffer iterator chunks

  18. def cat: String
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  20. def close: Unit
  21. def consume: Unit
  22. def copyTo(that: Output): Unit
  23. def copyTo(that: File): Unit
  24. def digest(implicit md: MessageDigest): String
  25. def elementOf(xs: Set[Input]): Boolean
    Implicit
    This member is added by an implicit conversion from Input toDrxAny[Input] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  26. def ensuring(cond: (Input) => Boolean, msg: => Any): Input
    Implicit
    This member is added by an implicit conversion from Input toEnsuring[Input] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  27. def ensuring(cond: (Input) => Boolean): Input
    Implicit
    This member is added by an implicit conversion from Input toEnsuring[Input] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  28. def ensuring(cond: Boolean, msg: => Any): Input
    Implicit
    This member is added by an implicit conversion from Input toEnsuring[Input] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  29. def ensuring(cond: Boolean): Input
    Implicit
    This member is added by an implicit conversion from Input toEnsuring[Input] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  33. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Input toStringFormat[Input] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  34. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  36. val is: InputStream
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. def keepOpen: Input
  39. def lines(debug: Option[Int]): LineIterator
  40. def lines: LineIterator
  41. def mark(arg0: Int): Unit
    Implicit
    This member is added by an implicit conversion from Input toInputStream performed by method Input2InputStream in cc.drx.Input.
    Definition Classes
    InputStream
  42. def markSupported(): Boolean
    Implicit
    This member is added by an implicit conversion from Input toInputStream performed by method Input2InputStream in cc.drx.Input.
    Definition Classes
    InputStream
  43. def md5: String
  44. def monitor(message: String = "Progress"): Input
  45. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  46. def noneIf(f: (Input) => Boolean): Option[Input]
    Implicit
    This member is added by an implicit conversion from Input toDrxAny[Input] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  47. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  48. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. def optionIf(f: (Input) => Boolean): Option[Input]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from Input toDrxAny[Input] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  50. def preApply[B](f: (Input) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from Input toDrxAny[Input] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  51. def promptLine: String

    readline like but with a callback on each charcter input; returning the full string

  52. def read[A](readFunc: (DataInputStream) => A): A
  53. def readCharsWhile(callback: (Char) => Boolean, charset: Charset = UTF_8): Unit

    readline like but with a callback on each charcter input; returning the full string

  54. def reset(): Unit
    Implicit
    This member is added by an implicit conversion from Input toInputStream performed by method Input2InputStream in cc.drx.Input.
    Definition Classes
    InputStream
    Annotations
    @throws(classOf[java.io.IOException])
  55. def sha1: String
  56. def sha256: String
  57. def sideEffect(f: (Input) => Unit): Input

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from Input toDrxAny[Input] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  58. def skip(arg0: Long): Long
    Implicit
    This member is added by an implicit conversion from Input toInputStream performed by method Input2InputStream in cc.drx.Input.
    Definition Classes
    InputStream
    Annotations
    @throws(classOf[java.io.IOException])
  59. def someIf(f: (Input) => Boolean): Option[Input]
    Implicit
    This member is added by an implicit conversion from Input toDrxAny[Input] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  60. def strings: Iterator[String]

    Unix like string iterator to finding ascii character sequences

  61. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  62. val thisAny: Input
    Implicit
    This member is added by an implicit conversion from Input toDrxAny[Input] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  63. def toByteArray: Array[Byte]
  64. def toByteBuffer: ByteBuffer
  65. def toString(): String
    Definition Classes
    AnyRef → Any
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  68. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  69. def xxd: Iterator[String]

    Unix like hex dump as an efficient string iterator

Shadowed Implicit Value Members

  1. def close(): Unit
    Implicit
    This member is added by an implicit conversion from Input toInputStream performed by method Input2InputStream in cc.drx.Input.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (input: InputStream).close()
    Definition Classes
    InputStream → Closeable → AutoCloseable
    Annotations
    @throws(classOf[java.io.IOException])
  2. def read(arg0: Array[Byte], arg1: Int, arg2: Int): Int
    Implicit
    This member is added by an implicit conversion from Input toInputStream performed by method Input2InputStream in cc.drx.Input.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (input: InputStream).read(arg0, arg1, arg2)
    Definition Classes
    InputStream
    Annotations
    @throws(classOf[java.io.IOException])
  3. def read(arg0: Array[Byte]): Int
    Implicit
    This member is added by an implicit conversion from Input toInputStream performed by method Input2InputStream in cc.drx.Input.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (input: InputStream).read(arg0)
    Definition Classes
    InputStream
    Annotations
    @throws(classOf[java.io.IOException])
  4. def read(): Int
    Implicit
    This member is added by an implicit conversion from Input toInputStream performed by method Input2InputStream in cc.drx.Input.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (input: InputStream).read()
    Definition Classes
    InputStream
    Annotations
    @throws(classOf[java.io.IOException])

Deprecated Value Members

  1. def ?>(f: (Input) => Boolean): Option[Input]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from Input toDrxAny[Input] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def bytes: Iterator[Byte]
    Annotations
    @deprecated
    Deprecated

    (Since version dk) use byteIt, since bytes seems like an immutable list

  3. def copy(that: Output): Unit
    Annotations
    @deprecated
    Deprecated

    (Since version dq) use copyTo to be more specific where it is copied to

  4. def readBytes(readFunc: (Array[Byte]) => Unit): Unit
    Annotations
    @deprecated
    Deprecated

    (Since version dj) remove this broken somewhat broken concept, since the buffer size may not be full

  5. def |>[B](f: (Input) => B): B
    Implicit
    This member is added by an implicit conversion from Input toDrxAny[Input] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  6. def [B](y: B): (Input, B)
    Implicit
    This member is added by an implicit conversion from Input toArrowAssoc[Input] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion Input2InputStream fromInput to InputStream

Inherited by implicit conversion richDrxAny fromInput to DrxAny[Input]

Inherited by implicit conversion any2stringadd fromInput to any2stringadd[Input]

Inherited by implicit conversion StringFormat fromInput to StringFormat[Input]

Inherited by implicit conversion Ensuring fromInput to Ensuring[Input]

Inherited by implicit conversion ArrowAssoc fromInput to ArrowAssoc[Input]

Ungrouped