Object

eu.joaocosta.minart.graphics.image.helpers.ByteWriter

IteratorByteWriter

Related Doc: package ByteWriter

Permalink

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]

    Permalink
    Definition Classes
    ByteWriter

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def append(stream: Iterator[Array[Byte]]): ByteStreamState[Nothing]

    Permalink

    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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def emptyStream: ByteStreamState[Nothing]

    Permalink

    Empty state

    Empty state

    Definition Classes
    ByteWriter
  8. final def eq(arg0: AnyRef): Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toOutputStream[E](data: ByteStreamState[E], os: OutputStream): Either[E, Unit]

    Permalink

    Writes a ByteStream to a output stream

    Writes a ByteStream to a output stream

    Definition Classes
    IteratorByteWriterByteWriter
  19. def toString(): String

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. def writeBENumber(value: Int, bytes: Int): ByteStreamState[String]

    Permalink

    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]

    Permalink

    Write 1 Byte

    Write 1 Byte

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

    Permalink

    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]

    Permalink

    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]

    Permalink

    Writes a String

    Writes a String

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

    Permalink

    Writes a String Line

    Writes a String Line

    Definition Classes
    ByteWriter

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

Inherited from AnyRef

Inherited from Any

Ungrouped