akka.util

ClassLoaderObjectInputStream

class ClassLoaderObjectInputStream extends ObjectInputStream

ClassLoaderObjectInputStream tries to utilize the provided ClassLoader to load Classes and falls back to ObjectInputStreams resolver.

Linear Supertypes
ObjectInputStream, ObjectStreamConstants, ObjectInput, DataInput, InputStream, Closeable, AnyRef, Any
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ClassLoaderObjectInputStream
  2. ObjectInputStream
  3. ObjectStreamConstants
  4. ObjectInput
  5. DataInput
  6. InputStream
  7. Closeable
  8. AnyRef
  9. Any
Implicitly
  1. by any2stringadd
  2. by any2stringfmt
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ClassLoaderObjectInputStream(classLoader: ClassLoader, is: InputStream)

    classLoader

    - the ClassLoader which is to be used primarily

    is

    - the InputStream that is wrapped

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. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from ClassLoaderObjectInputStream to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (ClassLoaderObjectInputStream, B)

    Implicit information
    This member is added by an implicit conversion from ClassLoaderObjectInputStream to ArrowAssoc[ClassLoaderObjectInputStream] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def available(): Int

    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  10. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def close(): Unit

    Definition Classes
    ObjectInputStream → ObjectInput → InputStream → Closeable
    Annotations
    @throws( classOf[java.io.IOException] )
  12. def defaultReadObject(): Unit

    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  13. def enableResolveObject(arg0: Boolean): Boolean

    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... )
  14. def ensuring(cond: (ClassLoaderObjectInputStream) ⇒ Boolean, msg: ⇒ Any): ClassLoaderObjectInputStream

    Implicit information
    This member is added by an implicit conversion from ClassLoaderObjectInputStream to Ensuring[ClassLoaderObjectInputStream] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: (ClassLoaderObjectInputStream) ⇒ Boolean): ClassLoaderObjectInputStream

    Implicit information
    This member is added by an implicit conversion from ClassLoaderObjectInputStream to Ensuring[ClassLoaderObjectInputStream] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. def ensuring(cond: Boolean, msg: ⇒ Any): ClassLoaderObjectInputStream

    Implicit information
    This member is added by an implicit conversion from ClassLoaderObjectInputStream to Ensuring[ClassLoaderObjectInputStream] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  17. def ensuring(cond: Boolean): ClassLoaderObjectInputStream

    Implicit information
    This member is added by an implicit conversion from ClassLoaderObjectInputStream to Ensuring[ClassLoaderObjectInputStream] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from ClassLoaderObjectInputStream to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  22. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  25. def mark(arg0: Int): Unit

    Definition Classes
    InputStream
  26. def markSupported(): Boolean

    Definition Classes
    InputStream
  27. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  30. def read(arg0: Array[Byte], arg1: Int, arg2: Int): Int

    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  31. def read(): Int

    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  32. def read(arg0: Array[Byte]): Int

    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def readBoolean(): Boolean

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def readByte(): Byte

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def readChar(): Char

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def readClassDescriptor(): ObjectStreamClass

    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  37. def readDouble(): Double

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  38. def readFields(): GetField

    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  39. def readFloat(): Float

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  40. def readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def readFully(arg0: Array[Byte]): Unit

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  42. def readInt(): Int

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  43. def readLong(): Long

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  44. final def readObject(): AnyRef

    Definition Classes
    ObjectInputStream → ObjectInput
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  45. def readObjectOverride(): AnyRef

    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  46. def readShort(): Short

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  47. def readStreamHeader(): Unit

    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  48. def readUTF(): String

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  49. def readUnshared(): AnyRef

    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  50. def readUnsignedByte(): Int

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  51. def readUnsignedShort(): Int

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  52. def registerValidation(arg0: ObjectInputValidation, arg1: Int): Unit

    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.NotActiveException] )
  53. def reset(): Unit

    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  54. def resolveClass(objectStreamClass: ObjectStreamClass): Class[_]

    Attributes
    protected
    Definition Classes
    ClassLoaderObjectInputStream → ObjectInputStream
  55. def resolveObject(arg0: Any): AnyRef

    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  56. def resolveProxyClass(arg0: Array[String]): Class[_]

    Attributes
    protected[java.io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  57. def skip(arg0: Long): Long

    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  58. def skipBytes(arg0: Int): Int

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  59. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  60. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  64. def [B](y: B): (ClassLoaderObjectInputStream, B)

    Implicit information
    This member is added by an implicit conversion from ClassLoaderObjectInputStream to ArrowAssoc[ClassLoaderObjectInputStream] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. val self: Any

    Implicit information
    This member is added by an implicit conversion from ClassLoaderObjectInputStream to StringAdd performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (classLoaderObjectInputStream: StringAdd).self
    Definition Classes
    StringAdd
  2. val self: Any

    Implicit information
    This member is added by an implicit conversion from ClassLoaderObjectInputStream to StringFormat performed by method any2stringfmt in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (classLoaderObjectInputStream: StringFormat).self
    Definition Classes
    StringFormat

Deprecated Value Members

  1. def readLine(): String

    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @Deprecated @deprecated @throws( classOf[java.io.IOException] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  2. def x: ClassLoaderObjectInputStream

    Implicit information
    This member is added by an implicit conversion from ClassLoaderObjectInputStream to ArrowAssoc[ClassLoaderObjectInputStream] performed by method any2ArrowAssoc in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (classLoaderObjectInputStream: ArrowAssoc[ClassLoaderObjectInputStream]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  3. def x: ClassLoaderObjectInputStream

    Implicit information
    This member is added by an implicit conversion from ClassLoaderObjectInputStream to Ensuring[ClassLoaderObjectInputStream] performed by method any2Ensuring in scala.Predef.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (classLoaderObjectInputStream: Ensuring[ClassLoaderObjectInputStream]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from ObjectInputStream

Inherited from ObjectStreamConstants

Inherited from ObjectInput

Inherited from DataInput

Inherited from InputStream

Inherited from Closeable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringadd from ClassLoaderObjectInputStream to StringAdd

Inherited by implicit conversion any2stringfmt from ClassLoaderObjectInputStream to StringFormat

Inherited by implicit conversion any2ArrowAssoc from ClassLoaderObjectInputStream to ArrowAssoc[ClassLoaderObjectInputStream]

Inherited by implicit conversion any2Ensuring from ClassLoaderObjectInputStream to Ensuring[ClassLoaderObjectInputStream]

Ungrouped