scalax.io

JavaConverters

object JavaConverters extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. JavaConverters
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. class AsBinaryReadChars extends AnyRef

  2. trait AsBinaryReadCharsConverter [-A] extends AnyRef

    Used by the ReadChars object for converting an arbitrary object to an ReadChars Object

  3. class AsBinaryWriteChars extends AnyRef

  4. trait AsBinaryWriteCharsConverter [-A] extends AnyRef

    Used by the WriteChars object for converting an arbitrary object to an WriteChars Object

  5. class AsInput extends AnyRef

  6. trait AsInputConverter [-A] extends AnyRef

    Used by the Input object for converting an arbitrary object to an Input Object

  7. class AsOutput extends AnyRef

  8. trait AsOutputConverter [-A] extends AnyRef

    Used by the Output object for converting an arbitrary object to an Output Object

  9. class AsReadChars extends AnyRef

  10. trait AsReadCharsConverter [-A] extends AnyRef

    Used by the ReadChars object for converting an arbitrary object to an ReadChars Object

  11. class AsSeekable extends AnyRef

  12. trait AsSeekableConverter [-A] extends AnyRef

    Used by the Seekable object for converting an arbitrary object to an Seekable Object

  13. class AsWriteChars extends AnyRef

  14. trait AsWriteCharsConverter [-A] extends AnyRef

    Used by the WriteChars object for converting an arbitrary object to an WriteChars Object

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. object AsBinaryReadCharsConverter extends AnyRef

    contains several implementations of scalax.io.AsReadCharsConverterFromBinary.

  7. object AsBinaryWriteCharsConverter extends AnyRef

    contains several implementations of scalax.io.AsWriteCharsConverter.

  8. object AsInputConverter extends AnyRef

    contains several implementations of scalax.io.AsInputConverter.

  9. object AsOutputConverter extends AnyRef

    contains several implementations of scalax.io.AsOutputConverter.

  10. object AsReadCharsConverter extends AnyRef

    contains several implementations of scalax.io.AsReadCharsConverter.

  11. object AsSeekableConverter extends AnyRef

    contains several implementations of scalax.io.AsSeekableConverter.

  12. object AsWriteCharsConverter extends AnyRef

    contains several implementations of scalax.io.AsWriteCharsConverter.

  13. implicit def asInputConverter [B] (src: B)(implicit converter: AsInputConverter[B]): AsInput

    Wrap an arbitraty object as and AsInput object allowing the object to be converted to an Input object.

    Wrap an arbitraty object as and AsInput object allowing the object to be converted to an Input object.

    The possible types of src are the subclasses of scalax.io.AsInputConverter

    Attributes
    implicit
  14. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  15. implicit def asOutputConverter [B] (src: B)(implicit converter: AsOutputConverter[B]): AsOutput

    Wrap an arbitraty object as and AsOutput object allowing the object to be converted to an Output object.

    Wrap an arbitraty object as and AsOutput object allowing the object to be converted to an Output object.

    The possible types of src are the subclasses of scalax.io.AsOutputConverter

    Attributes
    implicit
  16. implicit def asReadCharsConverter [B] (src: B)(implicit converter: AsReadCharsConverter[B]): AsReadChars

    Wrap an arbitrary object as and AsReadChars object allowing the object to be converted to an ReadChars object.

    Wrap an arbitrary object as and AsReadChars object allowing the object to be converted to an ReadChars object.

    The possible types of src are the subclasses of scalax.io.AsReadCharsConverter

    Attributes
    implicit
  17. implicit def asReadCharsConverter [B] (src: B)(implicit converter: AsBinaryReadCharsConverter[B]): AsBinaryReadChars

    Wrap an arbitrary object as and AsReadChars object allowing the object to be converted to an ReadChars object.

    Wrap an arbitrary object as and AsReadChars object allowing the object to be converted to an ReadChars object.

    The possible types of src are the subclasses of scalax.io.AsReadCharsConverterFromBinary

    Attributes
    implicit
  18. implicit def asSeekableConverter [B] (src: B)(implicit converter: AsSeekableConverter[B]): AsSeekable

    Wrap an arbitraty object as and AsSeekable object allowing the object to be converted to an Seekable object.

    Wrap an arbitraty object as and AsSeekable object allowing the object to be converted to an Seekable object.

    The possible types of src are the subclasses of scalax.io.AsSeekableConverter

    Attributes
    implicit
  19. implicit def asWriteCharsConverter [B] (src: B)(implicit converter: AsWriteCharsConverter[B]): AsWriteChars

    Wrap an arbitrary object as and AsWriteChars object allowing the object to be converted to an WriteChars object.

    Wrap an arbitrary object as and AsWriteChars object allowing the object to be converted to an WriteChars object.

    The possible types of src are the subclasses of scalax.io.AsWriteCharsConverter

    Attributes
    implicit
  20. implicit def asWriteCharsConverter [B] (src: B)(implicit converter: AsBinaryWriteCharsConverter[B]): AsBinaryWriteChars

    Wrap an arbitrary object as and AsWriteChars object allowing the object to be converted to an WriteChars object.

    Wrap an arbitrary object as and AsWriteChars object allowing the object to be converted to an WriteChars object.

    The possible types of src are the subclasses of scalax.io.AsWriteCharsConverter

    Attributes
    implicit
  21. def clone (): AnyRef

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

    Attributes
    final
    Definition Classes
    AnyRef
  23. def equals (arg0: Any): Boolean

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

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

    Attributes
    final
    Definition Classes
    AnyRef → Any
  26. def hashCode (): Int

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
  31. def synchronized [T0] (arg0: ⇒ T0): T0

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any