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 AsUnmanagedBinaryReadChars extends AnyRef

  14. trait AsUnmanagedBinaryReadCharsConverter [-A] extends AnyRef

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

  15. class AsUnmanagedBinaryWriteChars extends AnyRef

  16. trait AsUnmanagedBinaryWriteCharsConverter [-A] extends AnyRef

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

  17. class AsUnmanagedInput extends AnyRef

    ************************** Converters to for creating object from _Unmanaged_ resources ***********************

  18. trait AsUnmanagedInputConverter [-A] extends AnyRef

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

  19. class AsUnmanagedOutput extends AnyRef

  20. trait AsUnmanagedOutputConverter [-A] extends AnyRef

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

  21. class AsUnmanagedReadChars extends AnyRef

  22. trait AsUnmanagedReadCharsConverter [-A] extends AnyRef

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

  23. class AsUnmanagedWriteChars extends AnyRef

  24. trait AsUnmanagedWriteCharsConverter [-A] extends AnyRef

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

  25. class AsWriteChars extends AnyRef

  26. 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 AsUnmanagedBinaryReadCharsConverter extends AnyRef

    contains several implementations of scalax.io.AsReadCharsConverterFromBinary.

  13. object AsUnmanagedBinaryWriteCharsConverter extends AnyRef

    contains several implementations of scalax.io.AsWriteCharsConverter.

  14. object AsUnmanagedInputConverter extends AnyRef

    contains several implementations of scalax.io.AsInputConverter.

  15. object AsUnmanagedOutputConverter extends AnyRef

    contains several implementations of scalax.io.AsOutputConverter.

  16. object AsUnmanagedReadCharsConverter extends AnyRef

    contains several implementations of scalax.io.AsReadCharsConverter.

  17. object AsUnmanagedWriteCharsConverter extends AnyRef

    contains several implementations of scalax.io.AsWriteCharsConverter.

  18. object AsWriteCharsConverter extends AnyRef

    contains several implementations of scalax.io.AsWriteCharsConverter.

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

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

    Wrap an arbitrary 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
  20. def asInstanceOf [T0] : T0

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

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

    Wrap an arbitrary 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
  22. implicit def asOutputUnmanagedConverter [B] (src: B)(implicit converter: AsUnmanagedOutputConverter[B]): AsUnmanagedOutput

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

    Wrap an arbitrary 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
  23. 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
  24. 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
  25. implicit def asSeekableConverter [B] (src: B)(implicit converter: AsSeekableConverter[B]): AsSeekable

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

    Wrap an arbitrary 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
  26. implicit def asUnmanagedInputConverter [B] (src: B)(implicit converter: AsUnmanagedInputConverter[B]): AsUnmanagedInput

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

    Wrap an arbitrary object as an 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
  27. implicit def asUnmanagedReadCharsConverter [B] (src: B)(implicit converter: AsUnmanagedReadCharsConverter[B]): AsUnmanagedReadChars

    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
  28. implicit def asUnmanagedReadCharsConverter [B] (src: B)(implicit converter: AsUnmanagedBinaryReadCharsConverter[B]): AsUnmanagedBinaryReadChars

    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
  29. implicit def asUnmanagedWriteCharsConverter [B] (src: B)(implicit converter: AsUnmanagedWriteCharsConverter[B]): AsUnmanagedWriteChars

    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
  30. implicit def asUnmanagedWriteCharsConverter [B] (src: B)(implicit converter: AsUnmanagedBinaryWriteCharsConverter[B]): AsUnmanagedBinaryWriteChars

    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
  31. 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
  32. 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
  33. def clone (): AnyRef

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any