net.sf.asyncobjects.asyncscala.nio

RichCharOutput

class RichCharOutput extends RichOutput[CharBuffer, Array[Char]]

Linear Supertypes
RichOutput[CharBuffer, Array[Char]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. RichCharOutput
  2. RichOutput
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RichCharOutput (stream: AOutput[CharBuffer])

Value Members

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

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

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

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

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

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  8. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    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()
  11. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef
  12. def hashCode (): Int

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  17. def print (o: Any): Promise[Unit]

    Print the value (note: the operation does not flushes buffer)

    Print the value (note: the operation does not flushes buffer)

    o

    the printed value

    returns

    a promise that resolve when stream ready for next write

  18. def println (): Promise[Unit]

    Print default new line (note: the operation does not flushes buffer)

    Print default new line (note: the operation does not flushes buffer)

    returns

    a promise that resolve when stream ready for next write

  19. def println (o: Any): Promise[Unit]

    Print the value and default new line (note: the operation does not flushes buffer)

    Print the value and default new line (note: the operation does not flushes buffer)

    o

    the printed value

    returns

    a promise that resolve when stream ready for next write

  20. def stringThunk : AThunk[CharSequence]

    returns

    a thunk that writes down all text thrown to it

  21. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  22. def toString (): String

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  26. def write (s: CharSequence, start: Int, end: Int): Promise[Unit]

    Write operation for any char sequence

    Write operation for any char sequence

    s

    char sequence to write

    start

    the start position in the sequence

    end

    the position right after the last character to be written

    returns

    the promise that resolves when output is ready to begin next write

  27. def write (s: CharSequence): Promise[Unit]

    Write operation for any char sequence

    Write operation for any char sequence

    s

    char sequence to write

    returns

    the promise that resolves when output is ready to begin next write

  28. def write (data: Array[Char]): Promise[Unit]

    Array version of write operation

    Array version of write operation

    data

    the destination array

    returns

    the promise that resolves when output is ready to begin next write

    Definition Classes
    RichOutput
  29. def write (data: Array[Char], offset: Int, length: Int): Promise[Unit]

    Array version of write operation

    Array version of write operation

    data

    the destination array

    offset

    the start offset

    length

    the length of the array

    returns

    the promise that resolves when output is ready to begin next write

    Definition Classes
    RichOutput

Inherited from RichOutput[CharBuffer, Array[Char]]

Inherited from AnyRef

Inherited from Any