class ClassLoaderObjectInputStream extends ObjectInputStream
ClassLoaderObjectInputStream tries to utilize the provided ClassLoader to load Classes and falls back to ObjectInputStreams resolver.
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- ClassLoaderObjectInputStream
- ObjectInputStream
- ObjectStreamConstants
- ObjectInput
- DataInput
- InputStream
- Closeable
- AutoCloseable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ClassLoaderObjectInputStream(classLoader: ClassLoader, is: InputStream)
- classLoader
- the ClassLoader which is to be used primarily
- is
- the InputStream that is wrapped
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- Implicit
- This member is added by an implicit conversion from ClassLoaderObjectInputStream toany2stringadd[ClassLoaderObjectInputStream] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
- def ->[B](y: B): (ClassLoaderObjectInputStream, B)
- Implicit
- This member is added by an implicit conversion from ClassLoaderObjectInputStream toArrowAssoc[ClassLoaderObjectInputStream] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def available(): Int
- Definition Classes
- ObjectInputStream → ObjectInput → InputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def close(): Unit
- Definition Classes
- ObjectInputStream → ObjectInput → InputStream → Closeable → AutoCloseable
- Annotations
- @throws(classOf[java.io.IOException])
- def defaultReadObject(): Unit
- Definition Classes
- ObjectInputStream
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.ClassNotFoundException])
- def enableResolveObject(arg0: Boolean): Boolean
- Attributes
- protected[java.io]
- Definition Classes
- ObjectInputStream
- Annotations
- @throws(classOf[java.lang.SecurityException])
- def ensuring(cond: (ClassLoaderObjectInputStream) => Boolean, msg: => Any): ClassLoaderObjectInputStream
- Implicit
- This member is added by an implicit conversion from ClassLoaderObjectInputStream toEnsuring[ClassLoaderObjectInputStream] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: (ClassLoaderObjectInputStream) => Boolean): ClassLoaderObjectInputStream
- Implicit
- This member is added by an implicit conversion from ClassLoaderObjectInputStream toEnsuring[ClassLoaderObjectInputStream] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean, msg: => Any): ClassLoaderObjectInputStream
- Implicit
- This member is added by an implicit conversion from ClassLoaderObjectInputStream toEnsuring[ClassLoaderObjectInputStream] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- def ensuring(cond: Boolean): ClassLoaderObjectInputStream
- Implicit
- This member is added by an implicit conversion from ClassLoaderObjectInputStream toEnsuring[ClassLoaderObjectInputStream] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def getObjectInputFilter(): ObjectInputFilter
- Definition Classes
- ObjectInputStream
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mark(arg0: Int): Unit
- Definition Classes
- InputStream
- def markSupported(): Boolean
- Definition Classes
- InputStream
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def read(arg0: Array[Byte], arg1: Int, arg2: Int): Int
- Definition Classes
- ObjectInputStream → ObjectInput → InputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def read(): Int
- Definition Classes
- ObjectInputStream → ObjectInput → InputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def read(arg0: Array[Byte]): Int
- Definition Classes
- InputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readAllBytes(): Array[Byte]
- Definition Classes
- InputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readBoolean(): Boolean
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readByte(): Byte
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readChar(): Char
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readClassDescriptor(): ObjectStreamClass
- Attributes
- protected[java.io]
- Definition Classes
- ObjectInputStream
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.ClassNotFoundException])
- def readDouble(): Double
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readFields(): GetField
- Definition Classes
- ObjectInputStream
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.ClassNotFoundException])
- def readFloat(): Float
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readFully(arg0: Array[Byte]): Unit
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readInt(): Int
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readLong(): Long
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readNBytes(arg0: Array[Byte], arg1: Int, arg2: Int): Int
- Definition Classes
- InputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def readNBytes(arg0: Int): Array[Byte]
- Definition Classes
- InputStream
- Annotations
- @throws(classOf[java.io.IOException])
- final def readObject(): AnyRef
- Definition Classes
- ObjectInputStream → ObjectInput
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.ClassNotFoundException])
- def readObjectOverride(): AnyRef
- Attributes
- protected[java.io]
- Definition Classes
- ObjectInputStream
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.ClassNotFoundException])
- def readShort(): Short
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readStreamHeader(): Unit
- Attributes
- protected[java.io]
- Definition Classes
- ObjectInputStream
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[java.io.StreamCorruptedException])
- def readUTF(): String
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readUnshared(): AnyRef
- Definition Classes
- ObjectInputStream
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.ClassNotFoundException])
- def readUnsignedByte(): Int
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def readUnsignedShort(): Int
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- def registerValidation(arg0: ObjectInputValidation, arg1: Int): Unit
- Definition Classes
- ObjectInputStream
- Annotations
- @throws(classOf[java.io.NotActiveException]) @throws(classOf[java.io.InvalidObjectException])
- def reset(): Unit
- Definition Classes
- InputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def resolveClass(objectStreamClass: ObjectStreamClass): Class[_]
- Attributes
- protected
- Definition Classes
- ClassLoaderObjectInputStream → ObjectInputStream
- def resolveObject(arg0: AnyRef): AnyRef
- Attributes
- protected[java.io]
- Definition Classes
- ObjectInputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def resolveProxyClass(arg0: Array[String]): Class[_ <: AnyRef]
- Attributes
- protected[java.io]
- Definition Classes
- ObjectInputStream
- Annotations
- @throws(classOf[java.io.IOException]) @throws(classOf[java.lang.ClassNotFoundException])
- final def setObjectInputFilter(arg0: ObjectInputFilter): Unit
- Definition Classes
- ObjectInputStream
- def skip(arg0: Long): Long
- Definition Classes
- InputStream
- Annotations
- @throws(classOf[java.io.IOException])
- def skipBytes(arg0: Int): Int
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException])
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def transferTo(arg0: OutputStream): Long
- Definition Classes
- InputStream
- Annotations
- @throws(classOf[java.io.IOException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)
- def formatted(fmtstr: String): String
- Implicit
- This member is added by an implicit conversion from ClassLoaderObjectInputStream toStringFormat[ClassLoaderObjectInputStream] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @deprecated @inline()
- Deprecated
(Since version 2.12.16) Use
formatString.format(value)
instead ofvalue.formatted(formatString)
, or use thef""
string interpolator. In Java 15 and later,formatted
resolves to the new method in String which has reversed parameters.
- def readLine(): String
- Definition Classes
- ObjectInputStream → DataInput
- Annotations
- @throws(classOf[java.io.IOException]) @Deprecated
- Deprecated
- def →[B](y: B): (ClassLoaderObjectInputStream, B)
- Implicit
- This member is added by an implicit conversion from ClassLoaderObjectInputStream toArrowAssoc[ClassLoaderObjectInputStream] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.