Packages

object IteratorByteWriter extends ByteWriter[Iterator[Array[Byte]]]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IteratorByteWriter
  2. ByteWriter
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type ByteStreamState[E] = State[Iterator[Array[Byte]], E, Unit]
    Definition Classes
    ByteWriter

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def append(stream: Iterator[Array[Byte]]): ByteStreamState[Nothing]

    Appends this byte stream to the current accumulator

    Appends this byte stream to the current accumulator

    Definition Classes
    IteratorByteWriterByteWriter
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. def emptyStream: ByteStreamState[Nothing]

    Empty state

    Empty state

    Definition Classes
    ByteWriter
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toOutputStream[E](data: ByteStreamState[E], os: OutputStream): Either[E, Unit]

    Writes a ByteStream to a output stream

    Writes a ByteStream to a output stream

    Definition Classes
    IteratorByteWriterByteWriter
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  23. def writeBENumber(value: Int, bytes: Int): ByteStreamState[String]

    Writes a Integer in N Bytes (Big Endian)

    Writes a Integer in N Bytes (Big Endian)

    Definition Classes
    ByteWriter
  24. def writeByte(byte: Int): ByteStreamState[String]

    Write 1 Byte

    Write 1 Byte

    Definition Classes
    ByteWriter
  25. def writeBytes(bytes: Seq[Int]): ByteStreamState[String]

    Adds a sequence of bytes to the tail of the byte stream

    Adds a sequence of bytes to the tail of the byte stream

    Definition Classes
    IteratorByteWriterByteWriter
  26. def writeLENumber(value: Int, bytes: Int): ByteStreamState[String]

    Writes a Integer in N Bytes (Little Endian)

    Writes a Integer in N Bytes (Little Endian)

    Definition Classes
    ByteWriter
  27. def writeString(string: String): ByteStreamState[String]

    Writes a String

    Writes a String

    Definition Classes
    ByteWriter
  28. def writeStringLn(string: String, delimiter: String = "\n"): ByteStreamState[String]

    Writes a String Line

    Writes a String Line

    Definition Classes
    ByteWriter

Inherited from ByteWriter[Iterator[Array[Byte]]]

Inherited from AnyRef

Inherited from Any

Ungrouped