scalax.io

JavaConverters

object JavaConverters

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

Type Members

  1. class AsBinaryReadChars extends AnyRef

  2. trait AsBinaryReadCharsConverter[-A] extends AnyRef

    Used by the scalax.io.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 scalax.io.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 scalax.io.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 scalax.io.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 scalax.io.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 scalax.io.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 scalax.io.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 scalax.io.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 scalax.io.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 scalax.io.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 scalax.io.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 scalax.io.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 scalax.io.WriteChars object for converting an arbitrary object to an WriteChars Object

Value Members

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

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

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

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

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

    Definition Classes
    Any
  6. object AsBinaryReadCharsConverter

    contains several implementations of scalax.io.AsReadCharsConverterFromBinary.

  7. object AsBinaryWriteCharsConverter

    contains several implementations of scalax.io.AsWriteCharsConverter.

  8. object AsInputConverter

    contains several implementations of scalax.io.AsInputConverter.

  9. object AsOutputConverter

    contains several implementations of scalax.io.AsOutputConverter.

  10. object AsReadCharsConverter

    contains several implementations of scalax.io.AsReadCharsConverter.

  11. object AsSeekableConverter

    contains several implementations of scalax.io.AsSeekableConverter.

  12. object AsUnmanagedBinaryReadCharsConverter

    contains several implementations of scalax.io.AsReadCharsConverterFromBinary.

  13. object AsUnmanagedBinaryWriteCharsConverter

    contains several implementations of scalax.io.AsWriteCharsConverter.

  14. object AsUnmanagedInputConverter

    contains several implementations of scalax.io.AsInputConverter.

  15. object AsUnmanagedOutputConverter

    contains several implementations of scalax.io.AsOutputConverter.

  16. object AsUnmanagedReadCharsConverter

    contains several implementations of scalax.io.AsReadCharsConverter.

  17. object AsUnmanagedWriteCharsConverter

    contains several implementations of scalax.io.AsWriteCharsConverter.

  18. object AsWriteCharsConverter

    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

  20. final def asInstanceOf[T0]: T0

    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

  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

  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

  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

  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

  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

  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

  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

  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

  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

  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

  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

  33. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
  44. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any

Ungrouped