ClassLoaderObjectInputStream
org.apache.pekko.util.ClassLoaderObjectInputStream
class ClassLoaderObjectInputStream(classLoader: ClassLoader, is: InputStream) extends ObjectInputStream
ClassLoaderObjectInputStream tries to utilize the provided ClassLoader to load Classes and falls back to ObjectInputStreams resolver.
Value parameters
- classLoader
-
- the ClassLoader which is to be used primarily
- is
-
- the InputStream that is wrapped
Attributes
- Source
- ClassLoaderObjectInputStream.scala
- Graph
-
- Supertypes
-
class ObjectInputStreamtrait ObjectStreamConstantstrait ObjectInputtrait DataInputclass InputStreamtrait Closeabletrait AutoCloseableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Inherited methods
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- ObjectInputStream
Attributes
- Inherited from:
- InputStream
Attributes
- Inherited from:
- InputStream
Deprecated and Inherited methods
@Deprecated
Attributes
- Deprecated
-
[Since version ]see corresponding Javadoc for more information. - Inherited from:
- ObjectInputStream
In this article