Packages

c

akka.util

ClassLoaderObjectInputStream

class ClassLoaderObjectInputStream extends ObjectInputStream

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

Source
ClassLoaderObjectInputStream.scala
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassLoaderObjectInputStream
  2. ObjectInputStream
  3. ObjectStreamConstants
  4. ObjectInput
  5. DataInput
  6. InputStream
  7. Closeable
  8. AutoCloseable
  9. AnyRef
  10. Any
Implicitly
  1. by any2stringadd
  2. by StringFormat
  3. by Ensuring
  4. by ArrowAssoc
  1. Hide All
  2. Show All
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. def available(): Int
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  2. def close(): Unit
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  3. def defaultReadObject(): Unit
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  4. final def getObjectInputFilter(): ObjectInputFilter
    Definition Classes
    ObjectInputStream
  5. def mark(arg0: Int): Unit
    Definition Classes
    InputStream
  6. def markSupported(): Boolean
    Definition Classes
    InputStream
  7. def read(arg0: Array[Byte], arg1: Int, arg2: Int): Int
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  8. def read(): Int
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  9. def read(arg0: Array[Byte]): Int
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  10. def readAllBytes(): Array[Byte]
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  11. def readBoolean(): Boolean
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  12. def readByte(): Byte
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  13. def readChar(): Char
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  14. def readDouble(): Double
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  15. def readFields(): GetField
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  16. def readFloat(): Float
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  17. def readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  18. def readFully(arg0: Array[Byte]): Unit
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  19. def readInt(): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  20. def readLong(): Long
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  21. def readNBytes(arg0: Array[Byte], arg1: Int, arg2: Int): Int
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  22. final def readObject(): AnyRef
    Definition Classes
    ObjectInputStream → ObjectInput
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  23. def readShort(): Short
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  24. def readUTF(): String
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  25. def readUnshared(): AnyRef
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.IOException] )
  26. def readUnsignedByte(): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  27. def readUnsignedShort(): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  28. def registerValidation(arg0: ObjectInputValidation, arg1: Int): Unit
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... ) @throws( classOf[java.io.NotActiveException] )
  29. def reset(): Unit
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  30. final def setObjectInputFilter(arg0: ObjectInputFilter): Unit
    Definition Classes
    ObjectInputStream
  31. def skip(arg0: Long): Long
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  32. def skipBytes(arg0: Int): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def transferTo(arg0: OutputStream): Long
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )

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.