Packages

c

org.nlogo.util

ClassLoaderObjectInputStream

case class ClassLoaderObjectInputStream(classLoader: ClassLoader, inputStream: InputStream) extends ObjectInputStream with Product with Serializable

Source
ClassLoaderObjectInputStream.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, ObjectInputStream, ObjectStreamConstants, ObjectInput, DataInput, InputStream, Closeable, AutoCloseable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ClassLoaderObjectInputStream
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ObjectInputStream
  7. ObjectStreamConstants
  8. ObjectInput
  9. DataInput
  10. InputStream
  11. Closeable
  12. AutoCloseable
  13. AnyRef
  14. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def available(): Int
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  6. val classLoader: ClassLoader
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  8. def close(): Unit
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream → Closeable → AutoCloseable
    Annotations
    @throws( classOf[java.io.IOException] )
  9. def defaultReadObject(): Unit
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  10. def enableResolveObject(arg0: Boolean): Boolean
    Attributes
    protected[io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( ... )
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def getObjectInputFilter(): ObjectInputFilter
    Definition Classes
    ObjectInputStream
  14. val inputStream: InputStream
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def mark(arg0: Int): Unit
    Definition Classes
    InputStream
  17. def markSupported(): Boolean
    Definition Classes
    InputStream
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  21. def read(arg0: Array[Byte], arg1: Int, arg2: Int): Int
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  22. def read(): Int
    Definition Classes
    ObjectInputStream → ObjectInput → InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  23. def read(arg0: Array[Byte]): Int
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  24. def readAllBytes(): Array[Byte]
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  25. def readBoolean(): Boolean
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  26. def readByte(): Byte
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  27. def readChar(): Char
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  28. def readClassDescriptor(): ObjectStreamClass
    Attributes
    protected[io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  29. def readDouble(): Double
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  30. def readFields(): GetField
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  31. def readFloat(): Float
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  32. def readFully(arg0: Array[Byte], arg1: Int, arg2: Int): Unit
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  33. def readFully(arg0: Array[Byte]): Unit
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  34. def readInt(): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  35. def readLong(): Long
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  36. def readNBytes(arg0: Array[Byte], arg1: Int, arg2: Int): Int
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  37. def readNBytes(arg0: Int): Array[Byte]
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  38. final def readObject(): AnyRef
    Definition Classes
    ObjectInputStream → ObjectInput
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  39. def readObjectOverride(): AnyRef
    Attributes
    protected[io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  40. def readShort(): Short
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  41. def readStreamHeader(): Unit
    Attributes
    protected[io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  42. def readUTF(): String
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  43. def readUnshared(): AnyRef
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  44. def readUnsignedByte(): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  45. def readUnsignedShort(): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  46. def registerValidation(arg0: ObjectInputValidation, arg1: Int): Unit
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.NotActiveException] ) @throws( ... )
  47. def reset(): Unit
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  48. def resolveClass(objectStreamClass: ObjectStreamClass): Class[_]
    Definition Classes
    ClassLoaderObjectInputStream → ObjectInputStream
  49. def resolveObject(arg0: Any): AnyRef
    Attributes
    protected[io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  50. def resolveProxyClass(arg0: Array[String]): Class[_]
    Attributes
    protected[io]
    Definition Classes
    ObjectInputStream
    Annotations
    @throws( classOf[java.io.IOException] ) @throws( ... )
  51. final def setObjectInputFilter(arg0: ObjectInputFilter): Unit
    Definition Classes
    ObjectInputStream
  52. def skip(arg0: Long): Long
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  53. def skipBytes(arg0: Int): Int
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] )
  54. def skipNBytes(arg0: Long): Unit
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  55. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  56. def transferTo(arg0: OutputStream): Long
    Definition Classes
    InputStream
    Annotations
    @throws( classOf[java.io.IOException] )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  59. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated
  2. def readLine(): String
    Definition Classes
    ObjectInputStream → DataInput
    Annotations
    @throws( classOf[java.io.IOException] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ObjectInputStream

Inherited from ObjectStreamConstants

Inherited from ObjectInput

Inherited from DataInput

Inherited from InputStream

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Ungrouped